diff options
| author | 2023-04-15 01:19:22 +0200 | |
|---|---|---|
| committer | 2023-04-15 01:19:22 +0200 | |
| commit | a19b56064d74ae871abd52903778e0d5c35af896 (patch) | |
| tree | fdc0f2cadc8171c466de34d1d30adab01a738c71 /tests | |
| parent | b8662f88995df2cbae655d4efe8f414eb3872e5e (diff) | |
PHPstan level 6 for Category.php (#5298)
* PHPstan level 6 for Category.php
* Fix a few things
* Minor fixes
* A few more fixes
---------
Co-authored-by: Luc <sanchezluc+freshrss@gmail.com>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/phpstan-next.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/phpstan-next.txt b/tests/phpstan-next.txt index 7a7a412db..510f9b61f 100644 --- a/tests/phpstan-next.txt +++ b/tests/phpstan-next.txt @@ -5,7 +5,6 @@ # 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/install.php -./app/Models/Category.php ./app/Models/CategoryDAO.php ./app/Models/Feed.php ./app/Models/FeedDAO.php |
