mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-19 20:24:29 +00:00
regardless of how long an async task takes to run, it will take a multiple of 50ms to get the result processed. This delay causes issues in some cases for stuff like generation, which causes locking of adjacent chunks, and async packet compression, which experiences elevated latency because of this problem. This is not an ideal solution for packet compression since it will cause the sleeper handler to get hammered, but since it's already getting hammered by every packet from RakLib, I don't think that's a big problem.
803 lines
32 KiB
Plaintext
803 lines
32 KiB
Plaintext
parameters:
|
|
ignoreErrors:
|
|
-
|
|
message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../build/make-release.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$constraint of method pocketmine\\\\block\\\\BaseRail\\:\\:getPossibleConnectionDirectionsOneConstraint\\(\\) expects int, int\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/block/BaseRail.php
|
|
|
|
-
|
|
message: "#^Cannot call method setFullBlock\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/block/Block.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$value of method pocketmine\\\\nbt\\\\tag\\\\CompoundTag\\:\\:setInt\\(\\) expects int, int\\|null given\\.$#"
|
|
count: 4
|
|
path: ../../../src/block/tile/Chest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$x of class pocketmine\\\\math\\\\Vector3 constructor expects float\\|int, int\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/block/tile/Chest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#3 \\$z of class pocketmine\\\\math\\\\Vector3 constructor expects float\\|int, int\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/block/tile/Chest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$x of method pocketmine\\\\world\\\\World\\:\\:getTileAt\\(\\) expects int, int\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/block/tile/Chest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#3 \\$z of method pocketmine\\\\world\\\\World\\:\\:getTileAt\\(\\) expects int, int\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/block/tile/Chest.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$replace of function str_replace expects array\\|string, string\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/command/Command.php
|
|
|
|
-
|
|
message: "#^Cannot call method startTiming\\(\\) on pocketmine\\\\timings\\\\TimingsHandler\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/command/SimpleCommandMap.php
|
|
|
|
-
|
|
message: "#^Cannot call method stopTiming\\(\\) on pocketmine\\\\timings\\\\TimingsHandler\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/command/SimpleCommandMap.php
|
|
|
|
-
|
|
message: "#^Cannot call method addParticle\\(\\) on pocketmine\\\\world\\\\World\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/command/defaults/ParticleCommand.php
|
|
|
|
-
|
|
message: "#^Cannot call method getSeed\\(\\) on pocketmine\\\\world\\\\World\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/command/defaults/SeedCommand.php
|
|
|
|
-
|
|
message: "#^Cannot call method setSpawnLocation\\(\\) on pocketmine\\\\world\\\\World\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/command/defaults/SetWorldSpawnCommand.php
|
|
|
|
-
|
|
message: "#^Cannot call method getTime\\(\\) on pocketmine\\\\world\\\\World\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/command/defaults/TimeCommand.php
|
|
|
|
-
|
|
message: "#^Cannot call method addEntity\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/entity/Entity.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$oldContents of method pocketmine\\\\inventory\\\\InventoryListener\\:\\:onContentChange\\(\\) expects array\\<pocketmine\\\\item\\\\Item\\>, array\\<int, pocketmine\\\\item\\\\Item\\|null\\> given\\.$#"
|
|
count: 1
|
|
path: ../../../src/inventory/BaseInventory.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$recipe of class pocketmine\\\\event\\\\inventory\\\\CraftItemEvent constructor expects pocketmine\\\\crafting\\\\CraftingRecipe, pocketmine\\\\crafting\\\\CraftingRecipe\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/inventory/transaction/CraftingTransaction.php
|
|
|
|
-
|
|
message: "#^Parameter \\#3 \\$repetitions of class pocketmine\\\\event\\\\inventory\\\\CraftItemEvent constructor expects int, int\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/inventory/transaction/CraftingTransaction.php
|
|
|
|
-
|
|
message: "#^Cannot call method getUsername\\(\\) on pocketmine\\\\player\\\\PlayerInfo\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/NetworkSessionManager.php
|
|
|
|
-
|
|
message: "#^Cannot call method getUuid\\(\\) on pocketmine\\\\player\\\\PlayerInfo\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/NetworkSessionManager.php
|
|
|
|
-
|
|
message: "#^Parameter \\#3 \\$chunk of class pocketmine\\\\network\\\\mcpe\\\\ChunkRequestTask constructor expects pocketmine\\\\world\\\\format\\\\Chunk, pocketmine\\\\world\\\\format\\\\Chunk\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/ChunkCache.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$entity of method pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\:\\:onEntityEffectAdded\\(\\) expects pocketmine\\\\entity\\\\Living, pocketmine\\\\player\\\\Player\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/NetworkSession.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$entity of method pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\:\\:onEntityEffectRemoved\\(\\) expects pocketmine\\\\entity\\\\Living, pocketmine\\\\player\\\\Player\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/NetworkSession.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$for of method pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\:\\:syncAdventureSettings\\(\\) expects pocketmine\\\\player\\\\Player, pocketmine\\\\player\\\\Player\\|null given\\.$#"
|
|
count: 3
|
|
path: ../../../src/network/mcpe/NetworkSession.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$clientPub of class pocketmine\\\\network\\\\mcpe\\\\encryption\\\\PrepareEncryptionTask constructor expects Mdanter\\\\Ecc\\\\Crypto\\\\Key\\\\PublicKeyInterface, Mdanter\\\\Ecc\\\\Crypto\\\\Key\\\\PublicKeyInterface\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/NetworkSession.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$player of class pocketmine\\\\network\\\\mcpe\\\\handler\\\\PreSpawnPacketHandler constructor expects pocketmine\\\\player\\\\Player, pocketmine\\\\player\\\\Player\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/NetworkSession.php
|
|
|
|
-
|
|
message: "#^Cannot call method setImmobile\\(\\) on pocketmine\\\\player\\\\Player\\|null\\.$#"
|
|
count: 2
|
|
path: ../../../src/network/mcpe/NetworkSession.php
|
|
|
|
-
|
|
message: "#^Cannot call method doFirstSpawn\\(\\) on pocketmine\\\\player\\\\Player\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/NetworkSession.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$player of class pocketmine\\\\network\\\\mcpe\\\\handler\\\\InGamePacketHandler constructor expects pocketmine\\\\player\\\\Player, pocketmine\\\\player\\\\Player\\|null given\\.$#"
|
|
count: 2
|
|
path: ../../../src/network/mcpe/NetworkSession.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$player of class pocketmine\\\\network\\\\mcpe\\\\handler\\\\DeathPacketHandler constructor expects pocketmine\\\\player\\\\Player, pocketmine\\\\player\\\\Player\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/NetworkSession.php
|
|
|
|
-
|
|
message: "#^Cannot call method sendData\\(\\) on pocketmine\\\\player\\\\Player\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/NetworkSession.php
|
|
|
|
-
|
|
message: "#^Cannot call method syncAll\\(\\) on pocketmine\\\\network\\\\mcpe\\\\InventoryManager\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/NetworkSession.php
|
|
|
|
-
|
|
message: "#^Cannot call method syncCreative\\(\\) on pocketmine\\\\network\\\\mcpe\\\\InventoryManager\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/NetworkSession.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$target of method pocketmine\\\\command\\\\Command\\:\\:testPermissionSilent\\(\\) expects pocketmine\\\\command\\\\CommandSender, pocketmine\\\\player\\\\Player\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/NetworkSession.php
|
|
|
|
-
|
|
message: "#^Cannot call method getLanguage\\(\\) on pocketmine\\\\player\\\\Player\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/NetworkSession.php
|
|
|
|
-
|
|
message: "#^Cannot call method getLocation\\(\\) on pocketmine\\\\player\\\\Player\\|null\\.$#"
|
|
count: 2
|
|
path: ../../../src/network/mcpe/NetworkSession.php
|
|
|
|
-
|
|
message: "#^Cannot call method isUsingChunk\\(\\) on pocketmine\\\\player\\\\Player\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/NetworkSession.php
|
|
|
|
-
|
|
message: "#^Cannot call method getWorld\\(\\) on pocketmine\\\\player\\\\Player\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/NetworkSession.php
|
|
|
|
-
|
|
message: "#^Method pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\:\\:getInvManager\\(\\) should return pocketmine\\\\network\\\\mcpe\\\\InventoryManager but returns pocketmine\\\\network\\\\mcpe\\\\InventoryManager\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/NetworkSession.php
|
|
|
|
-
|
|
message: "#^Cannot call method getString\\(\\) on pocketmine\\\\nbt\\\\tag\\\\CompoundTag\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/convert/RuntimeBlockMapping.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$that of method pocketmine\\\\nbt\\\\tag\\\\CompoundTag\\:\\:equals\\(\\) expects pocketmine\\\\nbt\\\\tag\\\\Tag, pocketmine\\\\nbt\\\\tag\\\\CompoundTag\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/convert/RuntimeBlockMapping.php
|
|
|
|
-
|
|
message: "#^Cannot call method getTag\\(\\) on pocketmine\\\\nbt\\\\tag\\\\CompoundTag\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/convert/TypeConverter.php
|
|
|
|
-
|
|
message: "#^Cannot call method removeTag\\(\\) on pocketmine\\\\nbt\\\\tag\\\\CompoundTag\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/convert/TypeConverter.php
|
|
|
|
-
|
|
message: "#^Cannot call method setTag\\(\\) on pocketmine\\\\nbt\\\\tag\\\\CompoundTag\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/convert/TypeConverter.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$\\$encryptionKey of closure expects string, string\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/encryption/PrepareEncryptionTask.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$\\$handshakeJwt of closure expects string, string\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/encryption/PrepareEncryptionTask.php
|
|
|
|
-
|
|
message: "#^Property pocketmine\\\\network\\\\mcpe\\\\protocol\\\\LevelSoundEventPacket\\:\\:\\$position \\(pocketmine\\\\math\\\\Vector3\\) does not accept pocketmine\\\\math\\\\Vector3\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/protocol/LevelSoundEventPacket.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$eid of method pocketmine\\\\network\\\\mcpe\\\\protocol\\\\serializer\\\\PacketSerializer\\:\\:putEntityUniqueId\\(\\) expects int, int\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/protocol/SetScorePacket.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$v of method pocketmine\\\\network\\\\mcpe\\\\protocol\\\\serializer\\\\PacketSerializer\\:\\:putString\\(\\) expects string, string\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/protocol/SetScorePacket.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$eid of method pocketmine\\\\network\\\\mcpe\\\\protocol\\\\serializer\\\\PacketSerializer\\:\\:putEntityUniqueId\\(\\) expects int, int\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/protocol/SetScoreboardIdentityPacket.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$v of method pocketmine\\\\utils\\\\BinaryStream\\:\\:putVarInt\\(\\) expects int, int\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/protocol/types/recipe/FurnaceRecipe.php
|
|
|
|
-
|
|
message: "#^Property pocketmine\\\\network\\\\mcpe\\\\raklib\\\\RakLibServer\\:\\:\\$mainThreadNotifier \\(pocketmine\\\\snooze\\\\SleeperNotifier\\) does not accept pocketmine\\\\snooze\\\\SleeperNotifier\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/network/mcpe/raklib/RakLibServer.php
|
|
|
|
-
|
|
message: "#^Method pocketmine\\\\permission\\\\DefaultPermissions\\:\\:registerPermission\\(\\) should return pocketmine\\\\permission\\\\Permission but returns pocketmine\\\\permission\\\\Permission\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/permission/DefaultPermissions.php
|
|
|
|
-
|
|
message: "#^Cannot call method getSafeSpawn\\(\\) on pocketmine\\\\world\\\\World\\|null\\.$#"
|
|
count: 2
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method registerChunkLoader\\(\\) on pocketmine\\\\world\\\\World\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method registerChunkListener\\(\\) on pocketmine\\\\world\\\\World\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method syncAdventureSettings\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 3
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method syncViewAreaRadius\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Method pocketmine\\\\player\\\\Player\\:\\:getNetworkSession\\(\\) should return pocketmine\\\\network\\\\mcpe\\\\NetworkSession but returns pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method onEnterWorld\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method getEntities\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 2
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method stopUsingChunk\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method startUsingChunk\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method notifyTerrainReady\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method syncViewAreaCenterPoint\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Method pocketmine\\\\player\\\\Player\\:\\:getSpawn\\(\\) should return pocketmine\\\\world\\\\Position but returns pocketmine\\\\world\\\\Position\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method syncPlayerSpawnPoint\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method sendDataPacket\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 2
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method syncGameMode\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method onTitle\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method onSubTitle\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method onActionBar\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method onClearTitle\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method onResetTitleOptions\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method onTitleDuration\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method onRawChatMessage\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method onTranslatedChatMessage\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method onPopup\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method onTip\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method onFormSent\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method transfer\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method onPlayerDestroyed\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method onServerDeath\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method onServerRespawn\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method syncMovement\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Cannot call method getInvManager\\(\\) on pocketmine\\\\network\\\\mcpe\\\\NetworkSession\\|null\\.$#"
|
|
count: 2
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Method pocketmine\\\\plugin\\\\PluginBase\\:\\:getConfig\\(\\) should return pocketmine\\\\utils\\\\Config but returns pocketmine\\\\utils\\\\Config\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/plugin/PluginBase.php
|
|
|
|
-
|
|
message: "#^Cannot call method addChild\\(\\) on pocketmine\\\\permission\\\\Permission\\|null\\.$#"
|
|
count: 4
|
|
path: ../../../src/plugin/PluginManager.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$closure of static method pocketmine\\\\utils\\\\Utils\\:\\:getNiceClosureName\\(\\) expects Closure, Closure\\|null given\\.$#"
|
|
count: 2
|
|
path: ../../../src/plugin/PluginManager.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$handler of method pocketmine\\\\plugin\\\\PluginManager\\:\\:registerEvent\\(\\) expects Closure\\(pocketmine\\\\event\\\\Event\\)\\: void, Closure\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/plugin/PluginManager.php
|
|
|
|
-
|
|
message: "#^Cannot call method handleException\\(\\) on pocketmine\\\\scheduler\\\\AsyncWorker\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/scheduler/AsyncTask.php
|
|
|
|
-
|
|
message: "#^Cannot call method getNotifier\\(\\) on pocketmine\\\\scheduler\\\\AsyncWorker\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/scheduler/AsyncTask.php
|
|
|
|
-
|
|
message: "#^Cannot call method count\\(\\) on ArrayObject\\<int, array\\<string, mixed\\>\\>\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/scheduler/AsyncTask.php
|
|
|
|
-
|
|
message: "#^Cannot call method cancel\\(\\) on pocketmine\\\\scheduler\\\\TaskHandler\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/scheduler/CancellableClosureTask.php
|
|
|
|
-
|
|
message: "#^Cannot call method getAsyncWorkerId\\(\\) on pocketmine\\\\scheduler\\\\AsyncWorker\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/scheduler/DumpWorkerMemoryTask.php
|
|
|
|
-
|
|
message: "#^Cannot call method getLogger\\(\\) on pocketmine\\\\scheduler\\\\AsyncWorker\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/scheduler/DumpWorkerMemoryTask.php
|
|
|
|
-
|
|
message: "#^Cannot access property \\$date on pocketmine\\\\updater\\\\UpdateInfo\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/updater/AutoUpdater.php
|
|
|
|
-
|
|
message: "#^Cannot call method getFullVersion\\(\\) on pocketmine\\\\utils\\\\VersionString\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/updater/AutoUpdater.php
|
|
|
|
-
|
|
message: "#^Cannot access property \\$details_url on pocketmine\\\\updater\\\\UpdateInfo\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/updater/AutoUpdater.php
|
|
|
|
-
|
|
message: "#^Cannot access property \\$download_url on pocketmine\\\\updater\\\\UpdateInfo\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/updater/AutoUpdater.php
|
|
|
|
-
|
|
message: "#^Method pocketmine\\\\utils\\\\Config\\:\\:fixYAMLIndexes\\(\\) should return string but returns string\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/utils/Config.php
|
|
|
|
-
|
|
message: "#^Method pocketmine\\\\utils\\\\Utils\\:\\:printable\\(\\) should return string but returns string\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/utils/Utils.php
|
|
|
|
-
|
|
message: "#^Cannot call method getFullBlock\\(\\) on pocketmine\\\\world\\\\format\\\\SubChunk\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/Explosion.php
|
|
|
|
-
|
|
message: "#^Only numeric types are allowed in /, float\\|null given on the left side\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/Explosion.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$chunk of method pocketmine\\\\player\\\\Player\\:\\:onChunkChanged\\(\\) expects pocketmine\\\\world\\\\format\\\\Chunk, pocketmine\\\\world\\\\format\\\\Chunk\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/World.php
|
|
|
|
-
|
|
message: "#^Cannot call method getEntities\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 3
|
|
path: ../../../src/world/World.php
|
|
|
|
-
|
|
message: "#^Cannot call method isPopulated\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/World.php
|
|
|
|
-
|
|
message: "#^Parameter \\#2 \\$chunk of class pocketmine\\\\world\\\\generator\\\\PopulationTask constructor expects pocketmine\\\\world\\\\format\\\\Chunk, pocketmine\\\\world\\\\format\\\\Chunk\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/World.php
|
|
|
|
-
|
|
message: "#^Method pocketmine\\\\world\\\\biome\\\\BiomeRegistry\\:\\:getBiome\\(\\) should return pocketmine\\\\world\\\\biome\\\\Biome but returns pocketmine\\\\world\\\\biome\\\\Biome\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/biome/BiomeRegistry.php
|
|
|
|
-
|
|
message: "#^Method pocketmine\\\\world\\\\format\\\\Chunk\\:\\:getSubChunk\\(\\) should return pocketmine\\\\world\\\\format\\\\SubChunk but returns pocketmine\\\\world\\\\format\\\\SubChunk\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/format/Chunk.php
|
|
|
|
-
|
|
message: "#^Method pocketmine\\\\world\\\\format\\\\HeightArray\\:\\:get\\(\\) should return int but returns int\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/format/HeightArray.php
|
|
|
|
-
|
|
message: "#^Cannot call method readChunk\\(\\) on pocketmine\\\\world\\\\format\\\\io\\\\region\\\\RegionLoader\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/format/io/region/RegionWorldProvider.php
|
|
|
|
-
|
|
message: "#^Cannot call method writeChunk\\(\\) on pocketmine\\\\world\\\\format\\\\io\\\\region\\\\RegionLoader\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/format/io/region/RegionWorldProvider.php
|
|
|
|
-
|
|
message: "#^Cannot call method calculateChunkCount\\(\\) on pocketmine\\\\world\\\\format\\\\io\\\\region\\\\RegionLoader\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/format/io/region/RegionWorldProvider.php
|
|
|
|
-
|
|
message: "#^Cannot call method saveToThreadStore\\(\\) on pocketmine\\\\scheduler\\\\AsyncWorker\\|null\\.$#"
|
|
count: 2
|
|
path: ../../../src/world/generator/GeneratorRegisterTask.php
|
|
|
|
-
|
|
message: "#^Cannot call method removeFromThreadStore\\(\\) on pocketmine\\\\scheduler\\\\AsyncWorker\\|null\\.$#"
|
|
count: 2
|
|
path: ../../../src/world/generator/GeneratorUnregisterTask.php
|
|
|
|
-
|
|
message: "#^Cannot call method getFromThreadStore\\(\\) on pocketmine\\\\scheduler\\\\AsyncWorker\\|null\\.$#"
|
|
count: 2
|
|
path: ../../../src/world/generator/PopulationTask.php
|
|
|
|
-
|
|
message: "#^Cannot call method setGenerated\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 2
|
|
path: ../../../src/world/generator/PopulationTask.php
|
|
|
|
-
|
|
message: "#^Cannot call method getX\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 5
|
|
path: ../../../src/world/generator/PopulationTask.php
|
|
|
|
-
|
|
message: "#^Cannot call method getZ\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 5
|
|
path: ../../../src/world/generator/PopulationTask.php
|
|
|
|
-
|
|
message: "#^Cannot call method isGenerated\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/generator/PopulationTask.php
|
|
|
|
-
|
|
message: "#^Cannot call method setPopulated\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/generator/PopulationTask.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$chunk of static method pocketmine\\\\world\\\\format\\\\io\\\\FastChunkSerializer\\:\\:serializeWithoutLight\\(\\) expects pocketmine\\\\world\\\\format\\\\Chunk, pocketmine\\\\world\\\\format\\\\Chunk\\|null given\\.$#"
|
|
count: 2
|
|
path: ../../../src/world/generator/PopulationTask.php
|
|
|
|
-
|
|
message: "#^Cannot call method isDirty\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/generator/PopulationTask.php
|
|
|
|
-
|
|
message: "#^Cannot call method getAsyncWorkerId\\(\\) on pocketmine\\\\scheduler\\\\AsyncWorker\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/generator/PopulationTask.php
|
|
|
|
-
|
|
message: "#^Method pocketmine\\\\world\\\\generator\\\\biome\\\\BiomeSelector\\:\\:pickBiome\\(\\) should return pocketmine\\\\world\\\\biome\\\\Biome but returns pocketmine\\\\world\\\\biome\\\\Biome\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/generator/biome/BiomeSelector.php
|
|
|
|
-
|
|
message: "#^Cannot call method setBiomeId\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/generator/hell/Nether.php
|
|
|
|
-
|
|
message: "#^Cannot call method setFullBlock\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 3
|
|
path: ../../../src/world/generator/hell/Nether.php
|
|
|
|
-
|
|
message: "#^Cannot call method getBiomeId\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/generator/hell/Nether.php
|
|
|
|
-
|
|
message: "#^Cannot call method setBiomeId\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/generator/normal/Normal.php
|
|
|
|
-
|
|
message: "#^Cannot call method setFullBlock\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 3
|
|
path: ../../../src/world/generator/normal/Normal.php
|
|
|
|
-
|
|
message: "#^Cannot call method getBiomeId\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/generator/normal/Normal.php
|
|
|
|
-
|
|
message: "#^Cannot call method getBiomeId\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/generator/populator/GroundCover.php
|
|
|
|
-
|
|
message: "#^Cannot call method getFullBlock\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 2
|
|
path: ../../../src/world/generator/populator/GroundCover.php
|
|
|
|
-
|
|
message: "#^Cannot call method setFullBlock\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/generator/populator/GroundCover.php
|
|
|
|
-
|
|
message: "#^Cannot call method getBlockLightArray\\(\\) on pocketmine\\\\world\\\\format\\\\SubChunk\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/light/BlockLightUpdate.php
|
|
|
|
-
|
|
message: "#^Cannot call method getFullBlock\\(\\) on pocketmine\\\\world\\\\format\\\\SubChunk\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/light/BlockLightUpdate.php
|
|
|
|
-
|
|
message: "#^Only numeric types are allowed in \\-, int\\|null given on the right side\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/light/BlockLightUpdate.php
|
|
|
|
-
|
|
message: "#^Parameter \\#4 \\$newLevel of method pocketmine\\\\world\\\\light\\\\LightUpdate\\:\\:setAndUpdateLight\\(\\) expects int, int\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/light/BlockLightUpdate.php
|
|
|
|
-
|
|
message: "#^Cannot call method getSubChunks\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/light/BlockLightUpdate.php
|
|
|
|
-
|
|
message: "#^Parameter \\#4 \\$newLevel of method pocketmine\\\\world\\\\light\\\\LightUpdate\\:\\:setAndUpdateLight\\(\\) expects int, int\\<1, max\\>\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/light/BlockLightUpdate.php
|
|
|
|
-
|
|
message: "#^Cannot call method getFullBlock\\(\\) on pocketmine\\\\world\\\\format\\\\SubChunk\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/light/LightUpdate.php
|
|
|
|
-
|
|
message: "#^Only numeric types are allowed in \\-, int\\|null given on the right side\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/light/LightUpdate.php
|
|
|
|
-
|
|
message: "#^Cannot call method getBlockSkyLightArray\\(\\) on pocketmine\\\\world\\\\format\\\\SubChunk\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/light/SkyLightUpdate.php
|
|
|
|
-
|
|
message: "#^Cannot call method getHeightMap\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 6
|
|
path: ../../../src/world/light/SkyLightUpdate.php
|
|
|
|
-
|
|
message: "#^Cannot call method getFullBlock\\(\\) on pocketmine\\\\world\\\\format\\\\SubChunk\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/light/SkyLightUpdate.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$chunk of static method pocketmine\\\\world\\\\light\\\\SkyLightUpdate\\:\\:recalculateHeightMapColumn\\(\\) expects pocketmine\\\\world\\\\format\\\\Chunk, pocketmine\\\\world\\\\format\\\\Chunk\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/light/SkyLightUpdate.php
|
|
|
|
-
|
|
message: "#^Cannot call method setHeightMap\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 2
|
|
path: ../../../src/world/light/SkyLightUpdate.php
|
|
|
|
-
|
|
message: "#^Only booleans are allowed in an if condition, bool\\|null given\\.$#"
|
|
count: 3
|
|
path: ../../../src/world/light/SkyLightUpdate.php
|
|
|
|
-
|
|
message: "#^Only numeric types are allowed in \\-, int\\|null given on the right side\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/light/SkyLightUpdate.php
|
|
|
|
-
|
|
message: "#^Parameter \\#1 \\$chunk of static method pocketmine\\\\world\\\\light\\\\SkyLightUpdate\\:\\:recalculateHeightMap\\(\\) expects pocketmine\\\\world\\\\format\\\\Chunk, pocketmine\\\\world\\\\format\\\\Chunk\\|null given\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/light/SkyLightUpdate.php
|
|
|
|
-
|
|
message: "#^Cannot call method setHeightMapArray\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/light/SkyLightUpdate.php
|
|
|
|
-
|
|
message: "#^Cannot call method getHeightMapArray\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/light/SkyLightUpdate.php
|
|
|
|
-
|
|
message: "#^Only numeric types are allowed in \\+, int\\|false given on the left side\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/light/SkyLightUpdate.php
|
|
|
|
-
|
|
message: "#^Cannot call method getSubChunks\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/light/SkyLightUpdate.php
|
|
|
|
-
|
|
message: "#^Cannot call method getSubChunk\\(\\) on pocketmine\\\\world\\\\format\\\\Chunk\\|null\\.$#"
|
|
count: 2
|
|
path: ../../../src/world/light/SkyLightUpdate.php
|
|
|
|
-
|
|
message: "#^Property pocketmine\\\\event\\\\HandlerListManagerTest\\:\\:\\$isValidFunc \\(Closure\\) does not accept Closure\\|null\\.$#"
|
|
count: 1
|
|
path: ../../phpunit/event/HandlerListManagerTest.php
|
|
|
|
-
|
|
message: "#^Property pocketmine\\\\event\\\\HandlerListManagerTest\\:\\:\\$resolveParentFunc \\(Closure\\) does not accept Closure\\|null\\.$#"
|
|
count: 1
|
|
path: ../../phpunit/event/HandlerListManagerTest.php
|
|
|
|
-
|
|
message: "#^Cannot call method cancel\\(\\) on pocketmine\\\\scheduler\\\\TaskHandler\\|null\\.$#"
|
|
count: 1
|
|
path: ../../plugins/TesterPlugin/src/pmmp/TesterPlugin/CheckTestCompletionTask.php
|
|
|