Passed
Pull Request — v3 (#536)
by
unknown
07:53
created
src/GameQ/Protocols/Rust.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
 
55 55
         $results = parent::processDetails($buffer);
56 56
         
57
-        if($results['keywords'])
57
+        if ($results['keywords'])
58 58
         {
59 59
             //get max players from mp of keywords and num players from cp keyword
60 60
             preg_match_all('/(mp|cp)([\d]+)/', $results['keywords'], $matches);
Please login to merge, or discard this patch.