Skip to content

Commit c1d7a88

Browse files
[BrowserKit] fix return type declarations
1 parent 07405e2 commit c1d7a88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/BrowserKit/Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ public function setServerParameter($key, $value)
141141
* Gets single server parameter for specified key.
142142
*
143143
* @param string $key A key of the parameter to get
144-
* @param string $default A default value when key is undefined
144+
* @param mixed $default A default value when key is undefined
145145
*
146-
* @return string A value of the parameter
146+
* @return mixed A value of the parameter
147147
*/
148148
public function getServerParameter($key, $default = '')
149149
{

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy