mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 11:16:57 +00:00
Modernize property type declarations
This commit is contained in:
@ -27,7 +27,7 @@ class PaintingMotive{
|
||||
private static bool $initialized = false;
|
||||
|
||||
/** @var PaintingMotive[] */
|
||||
protected static $motives = [];
|
||||
protected static array $motives = [];
|
||||
|
||||
public static function init() : void{
|
||||
foreach([
|
||||
|
Reference in New Issue
Block a user