@@ -380,7 +380,7 @@ |
||
| 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 | |