Skip to content

Commit 821bad5

Browse files
authored
Update Parser.php
Fix static typo
1 parent 9403992 commit 821bad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function __construct(string $data)
5151

5252
static function parse($data)
5353
{
54-
return new statoc($data);
54+
return new static($data);
5555
}
5656

5757
/**

0 commit comments

Comments
 (0)