diff --git a/src/XPathResult.php b/src/XPathResult.php index b1d57627..94864f02 100644 --- a/src/XPathResult.php +++ b/src/XPathResult.php @@ -13,7 +13,7 @@ * * @link https://developer.mozilla.org/en-US/docs/Web/API/XPathResult * - * @implements Iterator + * @implements Iterator */ class XPathResult implements Iterator { private NodeList $nodeList;