1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-12 23:45:55 +00:00

minor phpstan tweaks

This commit is contained in:
Andrew Dolgov
2021-10-22 13:49:08 +03:00
parent 3b70d1f622
commit 9f734c9050
5 changed files with 15 additions and 12 deletions

View File

@@ -1,7 +1,6 @@
parameters:
level: 5
ignoreErrors:
# - '#Constant.*not found#'
- '#Constant.*\b(SUBSTRING_FOR_DATE|SCHEMA_VERSION|SELF_USER_AGENT|LABEL_BASE_INDEX|PLUGIN_FEED_BASE_INDEX)\b.*not found#'
- '#Comparison operation ">" between int<1, max> and 0 is always true.#'
- '#Access to an undefined property DOMNode::\$tagName.#'