[BrowserKit] fix phpdoc

This commit is contained in:
hhamon 2011-02-11 19:16:01 +01:00 committed by Fabien Potencier
parent beaaa6d457
commit bd79e85928
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{