mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-05 23:17:00 -05:00
phpstan level 7 for indexController.php (#5384)
Co-authored-by: Luc <sanchezluc+freshrss@gmail.com>
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user