aboutsummaryrefslogtreecommitdiff
path: root/tests/phpstan-next.txt
blob: 8e28e66a88bcc12511ccb081f3530a8033544f4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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