Replies: 1 comment 4 replies
What exact features do you mean? The What error do you get when you run Rector with this config? |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Currently if we look at the generated rector.php template, it seem to use language features above php 7.3
https://github.com/rectorphp/rector/blob/main/templates/rector.php.dist
Other than removing the void keyword, how should i modify it so that the rector.php file is PHP 7.3 valid? and still work?
All reactions