summaryrefslogtreecommitdiff
path: root/phpstan.neon
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-12 14:05:51 +0300
committerAndrew Dolgov <[email protected]>2021-03-12 14:05:51 +0300
commitbc73bf0f674820ad75723d4e3269dd8d51d98433 (patch)
treeae98b902463be98d9451676ece9663fa20e22844 /phpstan.neon
parentefde6d36c74deb7e57c0efae1261af2c96c5b79e (diff)
cdmToggleGridSpan: toggle classname instead of a style property
Diffstat (limited to 'phpstan.neon')
-rw-r--r--phpstan.neon3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpstan.neon b/phpstan.neon
index 8fe36c8b4..818f99577 100644
--- a/phpstan.neon
+++ b/phpstan.neon
@@ -5,7 +5,8 @@ parameters:
- '#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)Attribute\(\).#'
+ - '#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: