-
-
Notifications
You must be signed in to change notification settings - Fork 699
New issue
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
Internal fatal error on process #2178
Comments
Your minimal php source code, that you process, is needed |
This happens with any code basically, no matter what class/file and project.
According to composer lock "v4.2.4", is the version downloaded for "nikic/php-parser". |
You have different version of php-parser in your project and in Rector. They have to be compatible. The best way to achieve is to install Rector to protect |
Duplicate source of fail in: |
I dont get this, if I install rector, shoudnt it require the correct versions of its dependencies on its own?
has the same issue. |
It does, but you analyze another vendor: /.../src/ |
with autoloader file though, shouldnt that work? |
Exactly! I personally never came across these errors. |
rectorphp/rector-src@1ff8eea [DowngradePhp80] Support match as array item in DowngradeMatchToSwitchRector (#2178)
Current Behavior
Expected Behavior
No exceptions.
The text was updated successfully, but these errors were encountered: