Skip to content

Commit

Permalink
Use LivePropertyGetter, passes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Feb 3, 2016
1 parent 5d516e9 commit 01e9c9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HTMLCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* @property-read int $length Number of Element nodes in this collection
*/
class HTMLCollection implements Iterator, ArrayAccess {
use LivePropertyGetter;

private $domNodeList;
private $key = 0;
Expand Down

0 comments on commit 01e9c9e

Please sign in to comment.