Skip to content

Commit

Permalink
fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
karser committed May 3, 2024
1 parent d388760 commit 0288251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -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#'

Expand Down

0 comments on commit 0288251

Please sign in to comment.