unignore several phpstan errors
This commit is contained in:
parent
2493c9cddd
commit
a92070da06
|
@ -3,10 +3,6 @@ parameters:
|
||||||
ignoreErrors:
|
ignoreErrors:
|
||||||
- '#Constant.*\b(SUBSTRING_FOR_DATE|SCHEMA_VERSION|SELF_USER_AGENT|LABEL_BASE_INDEX|PLUGIN_FEED_BASE_INDEX)\b.*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.#'
|
- '#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: '##'
|
- message: '##'
|
||||||
paths:
|
paths:
|
||||||
- lib/*
|
- lib/*
|
||||||
|
|
Loading…
Reference in New Issue