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
#185 (comment) and follow-up of #201
Only a couple of files are lacking a little update to pass PHPStan Level 9 for all this Extensions repository:
./xExtension-ImageProxy/configure.phtml ./xExtension-ImageProxy/extension.php
The problem seems to be that ImageProxy saves the configuration parameters in FreshRSS top level instead of one level down dedicated to extensions
How to work:
git clone https://github.com/FreshRSS/FreshRSS.git git clone https://github.com/FreshRSS/Extensions.git cd Extensions/ make test-all ./vendor/phpstan/phpstan/phpstan analyse --level 9
The text was updated successfully, but these errors were encountered:
Frenzie
No branches or pull requests
#185 (comment) and follow-up of #201
Only a couple of files are lacking a little update to pass PHPStan Level 9 for all this Extensions repository:
The problem seems to be that ImageProxy saves the configuration parameters in FreshRSS top level instead of one level down dedicated to extensions
How to work:
git clone https://github.com/FreshRSS/FreshRSS.git git clone https://github.com/FreshRSS/Extensions.git cd Extensions/ make test-all ./vendor/phpstan/phpstan/phpstan analyse --level 9
The text was updated successfully, but these errors were encountered: