Skip to content

Commit

Permalink
phpstan: ignore a FP (fixed in 0.12.26, but we can't upgrade yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Jun 10, 2020
1 parent 76f1add commit a7f10d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/phpstan/configs/phpstan-bugs.neon
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ parameters:
count: 1
path: ../../../src/pocketmine/network/mcpe/protocol/DataPacket.php

-
message: "#^Strict comparison using \\=\\=\\= between array and false will always evaluate to false\\.$#"
count: 1
path: ../../../src/pocketmine/utils/Timezone.php

-
message: "#^Strict comparison using \\=\\=\\= between string and false will always evaluate to false\\.$#"
count: 1
Expand Down

0 comments on commit a7f10d8

Please sign in to comment.