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