From e4107ac9520ca404d4ab49ef79ca74430e8fd772 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 22 Feb 2021 21:47:48 +0300 Subject: wip: initial for config object --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpstan.neon') diff --git a/phpstan.neon b/phpstan.neon index b2cd978d8..ba425e3d9 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,7 +1,7 @@ parameters: level: 5 ignoreErrors: - - '#Constant.*not found#' +# - '#Constant.*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\(\).#' -- cgit v1.2.3