summaryrefslogtreecommitdiffstats
path: root/src/Components/Reference.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Components/Reference.php')
-rw-r--r--src/Components/Reference.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Components/Reference.php b/src/Components/Reference.php
index 4077f77..aac73ac 100644
--- a/src/Components/Reference.php
+++ b/src/Components/Reference.php
@@ -85,7 +85,7 @@ class Reference extends Component
*/
public static function parse(Parser $parser, TokensList $list, array $options = [])
{
- $ret = new self();
+ $ret = new static();
/**
* The state of the parser.