diff options
Diffstat (limited to 'src/Components/IntoKeyword.php')
-rw-r--r-- | src/Components/IntoKeyword.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Components/IntoKeyword.php b/src/Components/IntoKeyword.php index 1941c22..cebfa7a 100644 --- a/src/Components/IntoKeyword.php +++ b/src/Components/IntoKeyword.php @@ -145,7 +145,7 @@ class IntoKeyword extends Component */ public static function parse(Parser $parser, TokensList $list, array $options = []) { - $ret = new self(); + $ret = new static(); /** * The state of the parser. |