Modernize property declarations in pocketmine\block namespace

This commit is contained in:
Dylan K. Taylor
2022-04-25 13:00:29 +01:00
parent 09778e3f1b
commit 72cff0ee11
23 changed files with 80 additions and 139 deletions

View File

@ -36,7 +36,7 @@ class SignText{
public const LINE_COUNT = 4;
/** @var string[] */
private $lines;
private array $lines;
/**
* @param string[]|null $lines index-sensitive; omitting an index will leave it unchanged