Completed
Push — v3 ( 190f72...ef475b )
by Austin
04:11
created
src/GameQ/Protocols/Gamespy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
             }
91 91
 
92 92
             // Multiply so we move the decimal point out of the way, if there is one
93
-            $key = (int)(floatval($matches[2]) * 1000);
93
+            $key = (int) (floatval($matches[2]) * 1000);
94 94
 
95 95
             // Add this packet to the processed
96 96
             $processed[$key] = $matches[1];
Please login to merge, or discard this patch.