mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-12 23:45:55 +00:00
fix several issues reported by phpstan
This commit is contained in:
@@ -2,7 +2,9 @@ parameters:
|
||||
level: 5
|
||||
ignoreErrors:
|
||||
- '#Constant.*not found#'
|
||||
- '#Call to an undefined method DOMNode::getAttribute\(\).#'
|
||||
- '#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)Attribute\(\).#'
|
||||
- '#PHPDoc tag @param has invalid value#'
|
||||
- message: '##'
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user