Skip to content

Commit cfc89d5

Browse files
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
1 parent 364c79d commit cfc89d5

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)