Skip to content

Commit

Permalink
Fix PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Apr 28, 2021
1 parent 0345367 commit 8ad898b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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\.$~'
Expand Down Expand Up @@ -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\.$~'
Expand Down

0 comments on commit 8ad898b

Please sign in to comment.