-
Notifications
You must be signed in to change notification settings - Fork 26
Deprecated Config Option autoload_files #40
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
Comments
Thanks for letting us know. Seems like the Could you try to rename |
This indeed seems to work :) |
Ok, that was easy then ;) Had the impression that both parameters worked differently when I read the docs back then. Good to know that it is just a "minor" change. |
Remove deprecated phpstan parameter, fixes #40
bitExpert/phpstan-magento#40 (comment) > Seems like the autoload_files option got deprecated with PHPStan 0.12.26. Removing autoload_files won't work as the file contains the logic to register the custom autoloaders
When using the current
dev-master
and using the recommended configuration from theREADME.md
, there is a deprecation warning when running PHPStan:Removing the option altogether does not work for me, because I get the error "Call to static method
getObjectManager()
on an unknown classMagento\TestFramework\Helper\Bootstrap
" again in this case.The text was updated successfully, but these errors were encountered: