From 0288251442440c3cb940c7132a2e56995b9aceaa Mon Sep 17 00:00:00 2001 From: karser Date: Fri, 3 May 2024 17:54:57 +0300 Subject: [PATCH] fix phpstan --- phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon b/phpstan.neon index 4374b9b..fbe57b7 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -15,6 +15,7 @@ parameters: - '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\TreeBuilder::root\(\)#' - '#Call to function method_exists\(\) with .*?TreeBuilder.*? and .*?getRootNode.*? will always evaluate to true#' - '#Comparison operation "<" between 70006 and 50200 is always false#' + - '#Comparison operation "<" between 70007 and 50200 is always false#' - '#Comparison operation ">=" between 7 and 6 is always true#' - '#Else branch is unreachable because ternary operator condition is always true#'