Skip to content
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

Update ImageProxy to pass PHPStan Level 9 #202

Open
Alkarex opened this issue Jan 15, 2024 · 0 comments
Open

Update ImageProxy to pass PHPStan Level 9 #202

Alkarex opened this issue Jan 15, 2024 · 0 comments
Assignees
Labels

Comments

@Alkarex
Copy link
Member

Alkarex commented Jan 15, 2024

#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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants