Browse Source

[BrowserKit] fix phpdoc

hhamon 14 năm trước cách đây
mục cha
commit
bd79e85928
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
     {