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