NetworkBinaryStream: remove stale @throws from getAttributeList()

This commit is contained in:
Dylan K. Taylor 2020-04-29 16:32:56 +01:00
parent ad70a9e3dc
commit f35b7bf80b

View File

@ -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{