Completed
Push — master ( 48456f...0c1f61 )
by Ilias
02:33
created
src/CondParse/TokenParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     public function parseToken(TokenParserParameter $parameter)
44 44
     {
45 45
         foreach ($this->strategies as $strategy) {
46
-            if (! $strategy->shouldExecuteFor($parameter)) {
46
+            if (!$strategy->shouldExecuteFor($parameter)) {
47 47
                 continue;
48 48
             }
49 49
 
Please login to merge, or discard this patch.