Fixed some doc comments

This commit is contained in:
Dylan K. Taylor
2019-01-16 20:48:26 +00:00
parent 23269da1a6
commit c9c6a5dc94
3 changed files with 4 additions and 4 deletions

View File

@ -102,7 +102,7 @@ class LoginPacket extends DataPacket{
* @param string $name
* @param $data
*
* @throws \UnexpectedValueException
* @throws BadPacketException
*/
private static function validate(Validator $v, string $name, $data) : void{
$result = $v->validate($data);
@ -116,7 +116,7 @@ class LoginPacket extends DataPacket{
}
/**
* @throws \OutOfBoundsException
* @throws BadPacketException
* @throws \UnexpectedValueException
*/
protected function decodeConnectionRequest() : void{