mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-07 10:31:51 +00:00
SignText: changed misleading documentation
this looks like a leftover from the days when sign text was handled by the tile directly
This commit is contained in:
parent
5426b41447
commit
fc8434308b
@ -39,7 +39,7 @@ class SignText{
|
|||||||
private array $lines;
|
private array $lines;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string[]|null $lines index-sensitive; omitting an index will leave it unchanged
|
* @param string[]|null $lines index-sensitive; keys 0-3 will be used, regardless of array order
|
||||||
*
|
*
|
||||||
* @throws \InvalidArgumentException if the array size is greater than 4
|
* @throws \InvalidArgumentException if the array size is greater than 4
|
||||||
* @throws \InvalidArgumentException if invalid keys (out of bounds or string) are found in the array
|
* @throws \InvalidArgumentException if invalid keys (out of bounds or string) are found in the array
|
||||||
|
Loading…
x
Reference in New Issue
Block a user