Browse Source

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

Jérémy CROMBEZ 13 năm trước cách đây
mục cha
commit
3c6a8e53d3
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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)