Skip to content

Commit 18a79ae

Browse files
committed
Merge pull request paquettg#64 from paquettg/scrutinizer-patch-2
Scrutinizer Auto-Fixes
2 parents 364c79d + cfc89d5 commit 18a79ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/PHPHtmlParser/Dom/AbstractNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22
namespace PHPHtmlParser\Dom;
33

4-
use PHPHtmlParser\Selector;
54
use PHPHtmlParser\Exceptions\CircularException;
65
use PHPHtmlParser\Exceptions\ParentNotFoundException;
6+
use PHPHtmlParser\Selector;
77
use stringEncode\Encode;
88

99
/**

src/PHPHtmlParser/Dom/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22
namespace PHPHtmlParser\Dom;
33

4-
use Countable;
54
use ArrayAccess;
65
use ArrayIterator;
6+
use Countable;
77
use IteratorAggregate;
88
use PHPHtmlParser\Exceptions\EmptyCollectionException;
99

src/PHPHtmlParser/Selector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function getSelectors()
4949
* node object.
5050
*
5151
* @param AbstractNode $node
52-
* @return array|Collection
52+
* @return Collection
5353
*/
5454
public function find(AbstractNode $node)
5555
{

0 commit comments

Comments
 (0)