Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/NodeList.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ public function count()
/**
* ArrayAccess: offset exists
*
* @param int $key
* @return bool
*/
public function offsetExists($key)
Expand All @@ -180,6 +181,7 @@ public function offsetExists($key)
/**
* ArrayAccess: get offset
*
* @param int $key
* @return mixed
*/
public function offsetGet($key)
Expand Down

0 comments on commit b11a11a

Please sign in to comment.