8000 merged branch eriksencosta/patch-2 (PR #6032) · istaveren/symfony@461db28 · GitHub
[go: up one dir, main page]

Skip to content

Commit 461db28

Browse files
committed
merged branch eriksencosta/patch-2 (PR symfony#6032)
This PR was merged into the 2.1 branch. Commits ------- 0b088ec fixed docblock return type Discussion ---------- fixed docblock return type
2 parents 9a2edb9 + 0b088ec commit 461db28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/ServerBag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ServerBag extends ParameterBag
2323
/**
2424
* Gets the HTTP headers.
2525
*
26-
* @return string
26+
* @return array
2727
*/
2828
public function getHeaders()
2929
{

0 commit comments

Comments
 (0)
0