We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262f16b commit 1618f1aCopy full SHA for 1618f1a
src/Bridges/ApplicationLatte/SnippetRuntime.php
@@ -56,7 +56,7 @@ public function enter(string $name, string $type): void
56
($this->nestingLevel === 0 && $this->control->isControlInvalid($name))
57
|| ($type === self::TypeDynamic && ($previous = end($this->stack)) && $previous[1] === true)
58
) {
59
- ob_start(fn() => null);
+ ob_start(fn() => '');
60
$this->nestingLevel = $type === self::TypeArea ? 0 : 1;
61
$obStarted = true;
62
} elseif ($this->nestingLevel > 0) {
0 commit comments