浏览代码

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)