Merge branch 'next-minor'

This commit is contained in:
Dylan K. Taylor 2019-12-04 19:59:57 +00:00
commit 0e3ce7ff39
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"

View File

@ -8,3 +8,11 @@ parameters:
message: "#^Default value of the parameter \\#\\d+ \\$[A-Za-z\\d_]+ \\(\\-?\\d+\\) of method .+\\(\\) is incompatible with type float\\.$#"
path: ../../../src
-
message: "#^Cannot access an offset on Threaded\\.$#"
path: ../../../src
-
message: "#^Cannot assign new offset to Threaded\\.$#"
path: ../../../src