Fix PhpStorm derp

wtf?
This commit is contained in:
Dylan K. Taylor 2017-10-16 17:02:00 +01:00
parent 9bcb41fb21
commit 4a0ac01697

View File

@ -263,7 +263,6 @@ class CompoundTag extends NamedTag implements \ArrayAccess{
* Sets the value of the child tag at the specified offset, creating it if it does not exist. If the child tag
* exists and the value is of the wrong type, an exception will be thrown.
*
* @param string $name Name of the tag to set
* @param string $tagClass Class that extends NamedTag
* @param mixed $value Value to set. This should be compatible with the specified tag type.