diff --git a/dom/dom_c.php b/dom/dom_c.php index 3b40a707..a387ca56 100644 --- a/dom/dom_c.php +++ b/dom/dom_c.php @@ -1146,6 +1146,7 @@ class DOMNodeList implements Traversable, Countable { * @link https://php.net/manual/en/domnodelist.item.php * @param int $index

* Index of the node into the collection. + * The range of valid child node indices is 0 to length - 1 inclusive. *

* @return DOMNode|null The node at the indexth position in the * DOMNodeList, or &null; if that is not a valid