Fixed phpstan wanring about usage of static
This commit is contained in:
parent
6edf2c155d
commit
961e418cb7
|
@ -91,7 +91,7 @@ class CrossLinkParser
|
|||
*/
|
||||
public static function createWithEntityResolvers(): self
|
||||
{
|
||||
return new static([
|
||||
return new self([
|
||||
new PagePermalinkModelResolver(),
|
||||
new PageLinkModelResolver(),
|
||||
new ChapterLinkModelResolver(),
|
||||
|
|
Loading…
Reference in New Issue