Skip to content

Commit

Permalink
Try to solve false positive of phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 16, 2024
1 parent ab9c7f9 commit f489990
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build/phpstan/phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -36294,12 +36294,6 @@ parameters:
count: 1
path: ../../htdocs/webhook/target_card.php

-
message: '#^Right side of && is always true\.$#'
identifier: booleanAnd.rightAlwaysTrue
count: 6
path: ../../htdocs/webhook/target_card.php

-
message: '#^Variable \$permissiontoadd in empty\(\) always exists and is not falsy\.$#'
identifier: empty.variable
Expand Down

0 comments on commit f489990

Please sign in to comment.