misuzu/phpstan.neon

38 lines
893 B
Text
Raw Normal View History

2022-09-13 13:14:49 +00:00
parameters:
level: 5
paths:
2024-12-02 02:28:08 +00:00
- database
2022-09-13 13:14:49 +00:00
- src
2024-12-02 02:28:08 +00:00
- public
- public-legacy
2022-09-13 13:14:49 +00:00
bootstrapFiles:
- misuzu.php
dynamicConstantNames:
- MSZ_CLI
- MSZ_DEBUG
2024-12-02 02:28:08 +00:00
ignoreErrors:
-
identifier: variable.undefined
path: public-legacy/forum/posting.php
-
identifier: variable.undefined
path: public-legacy/forum/topic.php
-
identifier: variable.undefined
path: public-legacy/manage/changelog/tag.php
-
identifier: variable.undefined
path: public-legacy/manage/news/category.php
-
identifier: variable.undefined
path: public-legacy/manage/news/post.php
-
identifier: variable.undefined
path: public-legacy/manage/users/note.php
-
identifier: empty.offset
path: public-legacy/search.php
-
identifier: offsetAccess.notFound
path: public-legacy/search.php