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

Commit

Permalink
Merge branch 'master' of github.com:zendframework/zf2 into hotfix/mvc…
Browse files Browse the repository at this point in the history
…-suggest-dependencies
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NodeList.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class NodeList implements Iterator, Countable, ArrayAccess
* @param DOMDocument $document
* @param DOMNodeList $nodeList
*/
public function __construct($cssQuery, $xpathQuery, DOMDocument $document, DOMNodeList $nodeList)
public function __construct($cssQuery, $xpathQuery, DOMDocument $document, DOMNodeList $nodeList)
{
$this->cssQuery = $cssQuery;
$this->xpathQuery = $xpathQuery;
Expand Down

0 comments on commit 2a36660

Please sign in to comment.