Passed
Push — master ( fb5e62...717b24 )
by Martijn
01:59
created
src/Match/Success.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
                 return $results;
54 54
             case 'result':
55 55
                 $results = $this->getResults();
56
-                return isset($results[null]) ?  $results[null] : null;
56
+                return isset($results[null]) ? $results[null] : null;
57 57
             case 'token':
58 58
                 return $this->getToken();
59 59
         }
Please login to merge, or discard this patch.