We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e8c984 + 024123d commit d22924eCopy full SHA for d22924e
1 file changed
src/PHPHtmlParser/Dom/Node/Collection.php
@@ -130,6 +130,7 @@ public function offsetUnset($offset): void
130
*
131
* @return mixed
132
*/
133
+ #[\ReturnTypeWillChange]
134
public function offsetGet($offset)
135
{
136
return $this->collection[$offset] ?? null;
0 commit comments