Passed
Push — master ( 635254...1bd0f2 )
by Johnny
02:00
created
src/Cortex/Responses/Condition.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
                         $matches = $this->getMatchesFromPattern($pattern, $this->source());
52 52
                         $condition = $matches[0][0];
53 53
 
54
-                        return str_replace($condition, "",  $this->source());
54
+                        return str_replace($condition, "", $this->source());
55 55
                     }
56 56
                 }
57 57
             }
Please login to merge, or discard this patch.