Skip to content

Commit a3bed1a

Browse files
committed
s/self/static
1 parent 1c65ce8 commit a3bed1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Chunk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ public function isEmptyElement(): bool
260260
*/
261261
public static function fromXML(DOMElement $xml): static
262262
{
263-
return new self($xml);
263+
return new static($xml);
264264
}
265265

266266

0 commit comments

Comments
 (0)