Merge branch 'stable'

This commit is contained in:
Dylan K. Taylor
2020-02-07 20:18:17 +00:00
3 changed files with 22 additions and 5 deletions

View File

@ -17,6 +17,11 @@ parameters:
count: 1
path: ../../../src/plugin/PluginBase.php
-
message: "#^Call to function is_subclass_of\\(\\) with class\\-string\\<pocketmine\\\\event\\\\Event\\> and 'pocketmine\\\\\\\\event…' will always evaluate to true\\.$#"
count: 1
path: ../../../src/plugin/PluginManager.php
-
#::add() / ::remove() thread parameter
message: "#^If condition is always true\\.$#"