summaryrefslogtreecommitdiff
path: root/phpstan.neon
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-15 08:20:56 +0300
committerAndrew Dolgov <[email protected]>2021-11-15 08:20:56 +0300
commita92070da068f1c4be7a35c7f92a5905c1307335b (patch)
treef64a47c1fdace135b38a2d4672d9f7c57d536a32 /phpstan.neon
parent2493c9cddd1d1ddff130041f9f2f229341d9545b (diff)
unignore several phpstan errors
Diffstat (limited to 'phpstan.neon')
-rw-r--r--phpstan.neon4
1 files changed, 0 insertions, 4 deletions
diff --git a/phpstan.neon b/phpstan.neon
index 8f0447e80..63132d801 100644
--- a/phpstan.neon
+++ b/phpstan.neon
@@ -3,10 +3,6 @@ parameters:
ignoreErrors:
- '#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.#'
- - '#Call to an undefined method DOMNode::(get|remove|set|has)Attribute\(\).#'
- - '#Call to an undefined method DOMNode::(getElementsByTagName)\(\).#'
- - '#PHPDoc tag @param has invalid value#'
- message: '##'
paths:
- lib/*