Skip to content

Commit 2781bc5

Browse files
committed
fixed @return when returning this or static
1 parent 25c44aa commit 2781bc5

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
@@ -694,7 +694,7 @@ public function selectLink($value)
694694
*
695695
* @param string $value The image alt
696696
*
697-
* @return Crawler A new instance of Crawler with the filtered list of nodes
697+
* @return self A new instance of Crawler with the filtered list of nodes
698698
*/
699699
public function selectImage($value)
700700
{

0 commit comments

Comments
 (0)