From 8ad898b372b320772cb74a07e9e977f3d0236ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Wed, 28 Apr 2021 10:08:13 +0200 Subject: [PATCH] Fix PHPStan --- phpstan.neon.dist | 6 ------ 1 file changed, 6 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 3c82dfcee8..0aaa7c0e71 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -349,9 +349,6 @@ parameters: - path: 'src/Form/AbstractLayout.php' message: '~^Negated boolean expression is always false\.$~' - - - path: 'src/Form/AbstractLayout.php' - message: '~^Strict comparison using \=\=\= between array\|null and false will always evaluate to false\.$~' - path: 'src/Form/AbstractLayout.php' message: '~^Else branch is unreachable because previous condition is always true\.$~' @@ -439,9 +436,6 @@ parameters: - path: 'src/Grid.php' message: '~^Negated boolean expression is always false\.$~' - - - path: 'src/HtmlTemplate.php' - message: '~^Strict comparison using \!\=\= between null and null will always evaluate to false\.$~' - path: 'src/JsReload.php' message: '~^Ternary operator condition is always true\.$~'