Merge branch 'next-minor'

This commit is contained in:
Dylan K. Taylor
2019-12-04 19:59:57 +00:00
2 changed files with 14 additions and 5 deletions

View File

@ -17,6 +17,12 @@ parameters:
count: 1
path: src/PocketMine.php
-
message: "#^Call to an undefined method pocketmine\\\\command\\\\CommandSender\\:\\:teleport\\(\\)\\.$#"
count: 1
path: src/command/defaults/TeleportCommand.php
# comment: "not actually possible, but high cost to fix warning"
-
message: "#^Used constant pocketmine\\\\RESOURCE_PATH not found\\.$#"
count: 1
@ -61,8 +67,3 @@ parameters:
message: "#^Constant pocketmine\\\\VERSION not found\\.$#"
path: src
-
message: "#^Call to an undefined method pocketmine\\\\command\\\\CommandSender\\:\\:teleport\\(\\)\\.$#"
count: 1
path: src/command/defaults/TeleportCommand.php
# comment: "not actually possible, but high cost to fix warning"