Преглед изворни кода

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 пре 13 година
родитељ
комит
8e53f791c4
1 измењених фајлова са 2 додато и 0 уклоњено
  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)