mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
stop messing with my doc comments PhpStorm
This commit is contained in:
parent
bb6b100443
commit
4a78bfaa18
@ -271,7 +271,7 @@ class CompoundTag extends NamedTag implements \ArrayAccess{
|
|||||||
* @param int[]|null $default
|
* @param int[]|null $default
|
||||||
* @param bool $badTagDefault
|
* @param bool $badTagDefault
|
||||||
*
|
*
|
||||||
* @return array
|
* @return int[]
|
||||||
*/
|
*/
|
||||||
public function getIntArray(string $name, ?array $default = null, bool $badTagDefault = false) : array{
|
public function getIntArray(string $name, ?array $default = null, bool $badTagDefault = false) : array{
|
||||||
return $this->getTagValue($name, IntArrayTag::class, $default, $badTagDefault);
|
return $this->getTagValue($name, IntArrayTag::class, $default, $badTagDefault);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user