Skip to content

Commit ee1279f

Browse files
authored
Update Collection.php
1 parent 48f6c5b commit ee1279f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPHtmlParser/Dom/Node/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public function offsetUnset($offset): void
130130
*
131131
* @return mixed
132132
*/
133-
public function offsetGet(mixed $offset)
133+
public function offsetGet(mixed $offset) : mixed
134134
{
135135
return $this->collection[$offset] ?? null;
136136
}

0 commit comments

Comments
 (0)