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