diff options
| author | 2023-05-02 14:38:32 +0200 | |
|---|---|---|
| committer | 2023-05-02 14:38:32 +0200 | |
| commit | bd9fa803f1f0c23face77fa1bc550d1198ce5ad6 (patch) | |
| tree | edba662e84e70a6b0f23c8379d4ef174f714e999 /tests | |
| parent | 4de1d5efea128e6cc70c71bad9be28d01e851f81 (diff) | |
PHPStan Level 7 complete DAOs (#5354)
* PHPStan Level 7 complete DAOs
* Finalise PHPStan Level 7 for CategoryDAO
* PHPStan Level 7 for Context and Search
* Apply suggestions from code review
Co-authored-by: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/phpstan-next.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/phpstan-next.txt b/tests/phpstan-next.txt index 723ef4ef2..c1c73d43e 100644 --- a/tests/phpstan-next.txt +++ b/tests/phpstan-next.txt @@ -8,12 +8,7 @@ ./app/Controllers/indexController.php ./app/Controllers/updateController.php ./app/Controllers/userController.php -./app/Models/CategoryDAO.php -./app/Models/Context.php -./app/Models/EntryDAO.php ./app/Models/Feed.php -./app/Models/FeedDAO.php -./app/Models/Search.php ./app/Models/Share.php ./app/views/helpers/logs_pagination.phtml ./lib/Minz/Error.php |
