mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-06 11:31:08 -05:00
* phpstan level 7 for updateController.php * phpstan level 7 for updateController.php * Minor array syntax --------- Co-authored-by: Luc <sanchezluc+freshrss@gmail.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
15 lines
649 B
Plaintext
15 lines
649 B
Plaintext
# List of files, which are not yet passing PHPStan level 7 https://phpstan.org/user-guide/rule-levels
|
|
# Used for automated tests to avoid regressions in files already passing that level.
|
|
# Can be regenerated with something like:
|
|
# find . -type d -name 'vendor' -prune -o -name '*.php' -exec sh -c 'vendor/bin/phpstan analyse --level 7 --memory-limit 512M {} >/dev/null 2>/dev/null || echo {}' \;
|
|
|
|
./app/Controllers/indexController.php
|
|
./app/Controllers/userController.php
|
|
./app/Models/Feed.php
|
|
./app/Models/Share.php
|
|
./app/views/helpers/logs_pagination.phtml
|
|
./lib/Minz/Error.php
|
|
./lib/Minz/Mailer.php
|
|
./lib/Minz/Migrator.php
|
|
./lib/Minz/Request.php
|