소스 검색

[BrowserKit] fix phpdoc for Client::followRedirect()

hhamon 14 년 전
부모
커밋
b61e288e0b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Component/BrowserKit/Client.php

+ 1 - 1
src/Symfony/Component/BrowserKit/Client.php

@@ -340,7 +340,7 @@ abstract class Client
     /**
      * Follow redirects?
      *
-     * @return Client
+     * @return Crawler
      *
      * @throws \LogicException If request was not a redirect
      */