Merge branch 'stable' into next-minor

This commit is contained in:
Dylan K. Taylor
2022-01-07 20:16:35 +00:00
39 changed files with 44 additions and 44 deletions

View File

@ -25,4 +25,4 @@ namespace pocketmine\entity;
final class InvalidSkinException extends \InvalidArgumentException{
}
}

View File

@ -70,4 +70,4 @@ final class StringToEffectParser extends StringToTParser{
public function parse(string $input) : ?Effect{
return parent::parse($input);
}
}
}