소스 검색

[BrowserKit] fix phpdoc

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

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

@@ -67,7 +67,7 @@ class Response
      * @param string $name  The header name
      * @param string $value The header value
      *
-     * @return string The buil header line
+     * @return string The built header line
      */
     protected function buildHeader($name, $value)
     {