Completed
Push — v3 ( 76826b...5abad2 )
by Austin
07:06
created
src/GameQ/Protocols/Etqw.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -187,7 +187,7 @@  discard block
 block discarded – undo
187 187
      * @param Buffer $buffer
188 188
      * @param Result $result
189 189
      */
190
-    protected function parsePlayers(Buffer &$buffer, Result &$result)
190
+    protected function parsePlayers(Buffer & $buffer, Result & $result)
191 191
     {
192 192
         // By default there are 0 players
193 193
         $players = 0;
@@ -216,7 +216,7 @@  discard block
 block discarded – undo
216 216
      * @param Buffer $buffer
217 217
      * @param Result $result
218 218
      */
219
-    protected function parsePlayersExtra(Buffer &$buffer, Result &$result)
219
+    protected function parsePlayersExtra(Buffer & $buffer, Result & $result)
220 220
     {
221 221
         // Iterate over the extra player info
222 222
         while (($id = $buffer->readInt8()) != 32) {
Please login to merge, or discard this patch.