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 2.0.9:
[ERROR] Could not process "/var/www/nf/beta/test.php" file, due to: "System error: "Division by zero" Run Rector with "--debug" option and post the report here: https://github.com/rectorphp/rector/issues/new". On line: 185
<?php function test($mode) { // $x = 1 / (intval($mode) - 3); // this is ok. $x = 1 / 0; }
This is an extract of larger function meant to trigger errors.
using withCodeQualityLevel(99)
https://getrector.com/demo/55fdb056-5406-4fa0-baa4-95881e25a400
I don't know. I'd really prefer if rector left that code alone, may be it could warn about it.
Thank you for rector.
The text was updated successfully, but these errors were encountered:
Reproduced on single rule https://getrector.com/demo/4c21575d-13c5-475d-88bd-391165734f44
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug Report
Rector 2.0.9:
[ERROR] Could not process "/var/www/nf/beta/test.php" file, due to:
"System error: "Division by zero"
Run Rector with "--debug" option and post the report here: https://github.com/rectorphp/rector/issues/new". On line: 185
Minimal PHP Code Causing Issue
This is an extract of larger function meant to trigger errors.
using withCodeQualityLevel(99)
https://getrector.com/demo/55fdb056-5406-4fa0-baa4-95881e25a400
Expected Behaviour
I don't know. I'd really prefer if rector left that code alone, may be it could warn about it.
Thank you
Thank you for rector.
The text was updated successfully, but these errors were encountered: