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 f5b5cd3 commit 2349c71Copy full SHA for 2349c71
1 file changed
packages/view/src/Parser/TempestViewParser.php
@@ -9,7 +9,7 @@ final class TempestViewParser
9
private array $scope = [];
10
11
private ?Token $currentScope {
12
- get => $this->scope[array_key_last($this->scope)] ?? null;
+ get => $this->scope[array_key_last($this->scope) ?? ''] ?? null;
13
}
14
15
public function __construct(
0 commit comments