mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 11:57:10 +00:00
keep phpstan.neon.dist ignoreErrors sorted by file
This commit is contained in:
parent
73d0f799c2
commit
9fc260fb1a
@ -18,6 +18,12 @@ parameters:
|
|||||||
count: 1
|
count: 1
|
||||||
path: src/pocketmine/Server.php
|
path: src/pocketmine/Server.php
|
||||||
|
|
||||||
|
-
|
||||||
|
message: "#^Call to an undefined method pocketmine\\\\command\\\\CommandSender\\:\\:teleport\\(\\)\\.$#"
|
||||||
|
count: 1
|
||||||
|
path: src/pocketmine/command/defaults/TeleportCommand.php
|
||||||
|
# comment: "not actually possible, but high cost to fix warning"
|
||||||
|
|
||||||
-
|
-
|
||||||
message: "#^Constructor of class pocketmine\\\\level\\\\generator\\\\hell\\\\Nether has an unused parameter \\$options\\.$#"
|
message: "#^Constructor of class pocketmine\\\\level\\\\generator\\\\hell\\\\Nether has an unused parameter \\$options\\.$#"
|
||||||
count: 1
|
count: 1
|
||||||
@ -70,8 +76,3 @@ parameters:
|
|||||||
message: "#^Constant pocketmine\\\\VERSION not found\\.$#"
|
message: "#^Constant pocketmine\\\\VERSION not found\\.$#"
|
||||||
path: src/pocketmine
|
path: src/pocketmine
|
||||||
|
|
||||||
-
|
|
||||||
message: "#^Call to an undefined method pocketmine\\\\command\\\\CommandSender\\:\\:teleport\\(\\)\\.$#"
|
|
||||||
count: 1
|
|
||||||
path: src/pocketmine/command/defaults/TeleportCommand.php
|
|
||||||
# comment: "not actually possible, but high cost to fix warning"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user