Skip to content

Commit 191419a

Browse files
committed
fixed CS
1 parent ea68704 commit 191419a

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
@@ -626,7 +626,7 @@ public function evaluate($xpath)
626626
*
627627
* Example:
628628
*
629-
* $crawler->filter('h1 a')->extract(array('_text', 'href'));
629+
* $crawler->filter('h1 a')->extract(['_text', 'href']);
630630
*
631631
* @param array $attributes An array of attributes
632632
*

0 commit comments

Comments
 (0)