Skip to content

Commit 7aafc80

Browse files
Merge branch '3.2'
* 3.2: do not depend on a fixed date in layout tests [Console] Escape default value when dumping help [Console] OS X Can't call cli_set_process_title php without superuser Fixed @return when returning this or static #bis fixed @return when returning this or static Polish translation improvement in Validator component [Console] Descriptors should use Helper::strlen [Config] Improve PHPdoc / IDE autocomplete [Debug] Wrap call to ->log in a try catch block [Debug] UndefinedMethodFatalErrorHandler - Handle anonymous classes fix merge [cache] Bump RedisAdapter timeout to 5s fixed @return when returning this or static [SecurityBundle] Made collection of user provider unique when injecting them to the RemberMeService remove is_writable check on filesystem cache
2 parents e9f842d + 2ccda54 commit 7aafc80

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
@@ -724,7 +724,7 @@ public function selectLink($value)
724724
*
725725
* @param string $value The image alt
726726
*
727-
* @return Crawler A new instance of Crawler with the filtered list of nodes
727+
* @return self A new instance of Crawler with the filtered list of nodes
728728
*/
729729
public function selectImage($value)
730730
{

0 commit comments

Comments
 (0)