mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-29 14:49:59 +00:00
NetworkBinaryStream: remove stale @throws from getAttributeList()
This commit is contained in:
parent
ad70a9e3dc
commit
f35b7bf80b
@ -363,7 +363,6 @@ class NetworkBinaryStream extends BinaryStream{
|
|||||||
* Reads a list of Attributes from the stream.
|
* Reads a list of Attributes from the stream.
|
||||||
* @return Attribute[]
|
* @return Attribute[]
|
||||||
*
|
*
|
||||||
* @throws PacketDecodeException if reading an attribute with an unrecognized name
|
|
||||||
* @throws BinaryDataException
|
* @throws BinaryDataException
|
||||||
*/
|
*/
|
||||||
public function getAttributeList() : array{
|
public function getAttributeList() : array{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user