Skip to content

Commit

Permalink
Resolve newly introduced psalm issue
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed May 5, 2023
1 parent b34b0d6 commit 24412da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Xml/Dom/Locator/Attribute/attributes_list.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ function attributes_list(DOMNode $node): NodeList
return NodeList::empty();
}

/** @var list<DOMAttr> $attributes */
$attributes = values($node->attributes);

return new NodeList(...$attributes);
Expand Down

0 comments on commit 24412da

Please sign in to comment.