Skip to content

Commit

Permalink
tweak: fix php doc
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Nov 21, 2024
1 parent c49d04a commit 59264ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ListElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ListElement {
const ATTRIBUTE_LIST_PARENT = "data-list-parent";

private string $listItemParentPath;
private null|Node|Element $listItemNextSibling;
private null|Element $listItemNextSibling;
private int $insertCount;

public function __construct(
Expand Down

0 comments on commit 59264ec

Please sign in to comment.