Completed
Pull Request — master (#440)
by Claus
01:40
created
src/Core/Compiler/NodeConverter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -380,7 +380,7 @@
 block discarded – undo
380 380
             if (!$booleanStack[0] instanceof NodeInterface || $booleanStack[0] instanceof TextNode) {
381 381
                 return [
382 382
                     'initialization' => '',
383
-                    'execution' => $booleanStack[0] && strtolower((string)$booleanStack[0]) !== 'false' ? 'true' : 'false',
383
+                    'execution' => $booleanStack[0] && strtolower((string) $booleanStack[0]) !== 'false' ? 'true' : 'false',
384 384
                 ];
385 385
             }
386 386
 
Please login to merge, or discard this patch.