Skip to content

Commit

Permalink
Ignore Call to function array_key_exists() will always evaluate to true
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Jun 27, 2023
1 parent d0850a5 commit e271735
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ parameters:
message: "#^Left side of || is always false.$#"
count: 2
path: lib/Client.php
-
message: "#^.* will always evaluate to true\\.$#"
count: 1
path: lib/Client.php
-
message: "#^Casting to string something that's already string.$#"
count: 1
Expand Down

0 comments on commit e271735

Please sign in to comment.