8000 getProtocolVersion may return null · symfony/symfony@99aadb3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 99aadb3

Browse files
authored
getProtocolVersion may return null
1 parent 21e9894 commit 99aadb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ public function isMethodCacheable()
14971497
* if the proxy is trusted (see "setTrustedProxies()"), otherwise it returns
14981498
* the latter (from the "SERVER_PROTOCOL" server parameter).
14991499
*
1500-
* @return string
1500+
* @return string|null
15011501
*/
15021502
public function getProtocolVersion()
15031503
{

0 commit comments

Comments
 (0)
0