FreshRSS / Extensions

A repository containing all the official FreshRSS extensions
GNU Affero General Public License v3.0
350 stars 53 forks source link

Update ImageProxy to pass PHPStan Level 9 #202

Open Alkarex opened 8 months ago

Alkarex commented 8 months ago

https://github.com/FreshRSS/Extensions/pull/185#issuecomment-1826134164 and follow-up of https://github.com/FreshRSS/Extensions/pull/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