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