mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 08:49:42 +00:00
I'm using 8.0 for local development now, so having the phpstan configs targeted at 7.4 by default makes things inconvenient.
12 lines
398 B
Plaintext
12 lines
398 B
Plaintext
parameters:
|
|
ignoreErrors:
|
|
-
|
|
message: "#^Strict comparison using \\=\\=\\= between array\\<string, mixed\\> and false will always evaluate to false\\.$#"
|
|
count: 1
|
|
path: ../../../src/pocketmine/utils/Timezone.php
|
|
|
|
-
|
|
message: "#^Strict comparison using \\=\\=\\= between array and false will always evaluate to false\\.$#"
|
|
count: 1
|
|
path: ../../../src/pocketmine/utils/Utils.php
|