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

Commit

Permalink
Resolved merge conflicts from commit 83ba3cf
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and Mike Willbanks committed Jun 20, 2013
1 parent e87778a commit 4a1dcdf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/NodeList.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@
/**
* Nodelist for DOM XPath query
*/
class NodeList implements
Iterator,
Countable,
ArrayAccess
class NodeList implements Iterator, Countable, ArrayAccess
{
/**
* CSS Selector query
Expand Down

0 comments on commit 4a1dcdf

Please sign in to comment.