Completed
Push — v3 ( c55d83...b49b30 )
by Austin
12:37
created
src/GameQ/Protocols/Justcause2.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
      * @param Buffer $buffer
92 92
      * @param Result $result
93 93
      */
94
-    protected function processDetails(Buffer &$buffer, Result &$result)
94
+    protected function processDetails(Buffer & $buffer, Result & $result)
95 95
     {
96 96
         parent::processDetails($buffer, $result);
97 97
 
@@ -108,7 +108,7 @@  discard block
 block discarded – undo
108 108
      *
109 109
      * @see Gamespy3::processPlayersAndTeams()
110 110
      */
111
-    protected function processPlayersAndTeams(Buffer &$buffer, Result &$result)
111
+    protected function processPlayersAndTeams(Buffer & $buffer, Result & $result)
112 112
     {
113 113
         // First is the number of players, let's use this. Should have actual players, not connecting
114 114
         $result->add('numplayers', $buffer->readInt16());
Please login to merge, or discard this patch.