diff options
Diffstat (limited to 'src/Components/Key.php')
-rw-r--r-- | src/Components/Key.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Components/Key.php b/src/Components/Key.php index 37e51a4..b924c87 100644 --- a/src/Components/Key.php +++ b/src/Components/Key.php @@ -104,7 +104,7 @@ class Key extends Component */ public static function parse(Parser $parser, TokensList $list, array $options = []) { - $ret = new self(); + $ret = new static(); /** * Last parsed column. |