We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rector 0.17.0
'label' => 'input field', 'config' => [ 'type' => 'input', 'eval' => 'trim', ],
Normal input fields should not be migrated to type number.
The text was updated successfully, but these errors were encountered:
[BUGFIX] Prevent false migration from type input to type number
cbc1e17
An early return is added, in case the eval list doesn't contain neither `int` nor `double`. Fixes: sabbelasichon#3923
3e9263b
An early return is added, in case the eval list doesn't contain neither `int` nor `double`. Fixes: #3923
Successfully merging a pull request may close this issue.
Bug Report
Rector 0.17.0
Minimal PHP Code Causing Issue
Expected Behaviour
Normal input fields should not be migrated to type number.
The text was updated successfully, but these errors were encountered: