diff options
| author | 2023-04-04 10:23:26 +0200 | |
|---|---|---|
| committer | 2023-04-04 10:23:26 +0200 | |
| commit | 36aa0122e15b6c5a4bf923467b63a577cac5a539 (patch) | |
| tree | 3dc7d2c5143157165f0248fab7470f86f76b0898 /tests | |
| parent | 2340f7a1bac38647f0267c1d7143c0cf04d68fcc (diff) | |
Fix extensions in actualize_script (#5243)
* Fix extension freshrss_user_maintenance in actualize_script
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/3440
The hook was called before registering all the extensions for the current user
* PHPStan Level 6 for extensions
And remove 5-year old legacy format of enabled extensions < FreshRSS 1.11.1
* Fix multiple bugs in extensions
* Minor typing
* Don't change signature of methods supposed to be overridden
* PHPStan Level 9 and compatibility Intelliphense
* Set as final the methods not supposed to be overriden
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/phpstan-next.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/phpstan-next.txt b/tests/phpstan-next.txt index 52b3b823c..325f16793 100644 --- a/tests/phpstan-next.txt +++ b/tests/phpstan-next.txt @@ -4,7 +4,6 @@ # Can be regenerated with something like: # find . -type d -name 'vendor' -prune -o -name '*.php' -exec sh -c 'vendor/bin/phpstan analyse --level 6 --memory-limit 512M {} >/dev/null 2>/dev/null || echo {}' \; -./app/Controllers/extensionController.php ./app/Controllers/feedController.php ./app/Controllers/updateController.php ./app/Controllers/userController.php @@ -32,14 +31,10 @@ ./cli/i18n/I18nFile.php ./cli/i18n/I18nValue.php ./cli/manipulate.translation.php -./lib/core-extensions/Google-Groups/extension.php -./lib/core-extensions/Tumblr-GDPR/extension.php ./lib/http-conditional.php ./lib/Minz/ActionController.php ./lib/Minz/Configuration.php ./lib/Minz/Dispatcher.php -./lib/Minz/Extension.php -./lib/Minz/ExtensionManager.php ./lib/Minz/FrontController.php ./lib/Minz/Log.php ./lib/Minz/Migrator.php |
