Explorar o código

merged branch jcrombez/patch-1 (PR #3494)

Commits
-------

3c6a8e5 [BrowserKit] Missing @return Crawler annotation for the click() Client method.

Discussion
----------

[BrowserKit] Missing @return Crawler annotation for the click() Client method.
Fabien Potencier %!s(int64=13) %!d(string=hai) anos
pai
achega
8e53f791c4
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/Symfony/Component/BrowserKit/Client.php

+ 2 - 0
src/Symfony/Component/BrowserKit/Client.php

@@ -197,6 +197,8 @@ abstract class Client
      *
      * @param Link $link A Link instance
      *
+     * @return Crawler
+     *
      * @api
      */
     public function click(Link $link)