Skip to content

Commit 89e5b90

Browse files
committed
fixed unittests
1 parent 214b5ba commit 89e5b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packet/ControlPacket.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public function get()
161161
* @param $byte1
162162
* @return $byte1 unmodified
163163
*/
164-
protected function addReservedBitsToFixedHeaderControlPacketType($byte1)
164+
protected static function addReservedBitsToFixedHeaderControlPacketType($byte1)
165165
{
166166
return $byte1;
167167
}

0 commit comments

Comments
 (0)