Skip to content

Commit c95b4ad

Browse files
[6.0] cs fixes
1 parent 08c6e95 commit c95b4ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Crawler.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,6 @@ public function outerHtml(): string
629629
*
630630
* Since an XPath expression might evaluate to either a simple type or a \DOMNodeList,
631631
* this method will return either an array of simple types or a new Crawler instance.
632-
*
633-
* @return array|Crawler
634632
*/
635633
public function evaluate(string $xpath): array|Crawler
636634
{

0 commit comments

Comments
 (0)