Completed
Push — v3 ( e9ba49...9aaf4b )
by Austin
03:58
created
src/GameQ/Protocols/Justcause2.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
      * @param Buffer $buffer
99 99
      * @param Result $result
100 100
      */
101
-    protected function processDetails(Buffer &$buffer, Result &$result)
101
+    protected function processDetails(Buffer & $buffer, Result & $result)
102 102
     {
103 103
         parent::processDetails($buffer, $result);
104 104
 
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
      *
116 116
      * @see Gamespy3::processPlayersAndTeams()
117 117
      */
118
-    protected function processPlayersAndTeams(Buffer &$buffer, Result &$result)
118
+    protected function processPlayersAndTeams(Buffer & $buffer, Result & $result)
119 119
     {
120 120
         // Loop until we run out of data
121 121
         while ($buffer->getLength()) {
Please login to merge, or discard this patch.