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