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 cf6c818 commit f1e1a0bCopy full SHA for f1e1a0b
src/Parser.php
@@ -129,7 +129,7 @@ private function nud_literal()
129
private function nud_expref()
130
{
131
$this->next();
132
- return ['type' => 'expref', 'children' => [$this->expr(2)]];
+ return ['type' => 'expref', 'children' => [$this->expr(self::$bp['expref'])]];
133
}
134
135
private function nud_lbrace()
0 commit comments