mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-09 01:46:14 -04:00
* Pass PHPStan level 8 And prepare for PHPStan level 9 https://phpstan.org/user-guide/rule-levels * Revert wrong replace in comment * Fix PHPStan level 8 * Update PHPStan and other dev dependencies * Remove obsolete comment * noVariableVariables and towards bleedingEdge https://github.com/phpstan/phpstan-strict-rules https://phpstan.org/blog/what-is-bleeding-edge * More bleedingEdge * A bit more PHPStan level 9 * More PHPStan level 9 * Prepare for booleansInConditions Ignore int and null * Revert wrong line * More fixes * Fix keep_max_n_unread * Stricter attribute functions * Stricter callHooks and more PHPStan level 9 * More typing * A tiny more
16 lines
712 B
Plaintext
16 lines
712 B
Plaintext
# List of files, which are not yet passing PHPStan level 9 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 9 --memory-limit 512M {} >/dev/null 2>/dev/null || echo {}' \;
|
|
|
|
./app/Controllers/configureController.php
|
|
./app/Controllers/importExportController.php
|
|
./app/Models/DatabaseDAO.php
|
|
./app/Models/Entry.php
|
|
./app/Models/Feed.php
|
|
./app/Services/ImportService.php
|
|
./app/views/configure/archiving.phtml
|
|
./app/views/helpers/feed/update.phtml
|
|
./lib/Minz/Helper.php
|
|
./lib/Minz/Request.php
|