Skip to content

Commit 29e5826

Browse files
keradusnicolas-grekas
authored andcommitted
DX: re-apply self_accessor and phpdoc_types_order by PHP CS Fixer
1 parent 3137148 commit 29e5826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Crawler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ public function outerHtml(): string
662662
* Since an XPath expression might evaluate to either a simple type or a \DOMNodeList,
663663
* this method will return either an array of simple types or a new Crawler instance.
664664
*/
665-
public function evaluate(string $xpath): array|Crawler
665+
public function evaluate(string $xpath): array|self
666666
{
667667
if (null === $this->document) {
668668
throw new \LogicException('Cannot evaluate the expression on an uninitialized crawler.');

0 commit comments

Comments
 (0)