merged branch eriksencosta/patch-2 (PR #6032)

This PR was merged into the 2.1 branch.

Commits
-------

0b088ec fixed docblock return type

Discussion
----------

fixed docblock return type
This commit is contained in:
Fabien Potencier 2012-11-17 18:06:46 +01:00
commit 461db28d33

View File

@ -23,7 +23,7 @@ class ServerBag extends ParameterBag
/** /**
* Gets the HTTP headers. * Gets the HTTP headers.
* *
* @return string * @return array
*/ */
public function getHeaders() public function getHeaders()
{ {