-
-
Notifications
You must be signed in to change notification settings - Fork 419
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
Probable fix for #559 #561
Conversation
7403cce
to
49054c5
Compare
So the failing test is there because PHPStan defines global But this PR definitely fixes the issue with the autoloader. |
/cc @canvural @nunomaduro |
Just pushed a commit that requires current dev-master of PHPStan - and it works :) This is what fixes it: phpstan/phpstan-src@70e559b (diff of a diff - how meta!) So we should merge this - once we do, I'll release PHPStan 0.12.23 and you should release v0.5.8. |
Testing things out locally now.. |
Let me know somewhere when you're ready to release it, I'll tag PHPStan 0.12.23 before you :) |
Thank you. |
Tested locally in Laravel and Laravel packages. Tests are passing locally and on the CI. Everything sounds good to me. @ondrejmirtes Please release the new version, and I will follow you on that. |
Fixes #559