phpstan: ignore a FP (fixed in 0.12.26, but we can't upgrade yet)

This commit is contained in:
Dylan K. Taylor 2020-06-10 10:45:28 +01:00
parent 76f1add3b3
commit a7f10d8ccf

View File

@ -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