We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Request::getUserInfo()
1 parent 897d2c9 commit 65edf9eCopy full SHA for 65edf9e
src/Symfony/Component/HttpFoundation/Request.php
@@ -957,7 +957,7 @@ public function getPassword()
957
/**
958
* Gets the user info.
959
*
960
- * @return string A user name and, optionally, scheme-specific information about how to gain authorization to access the server
+ * @return string|null A user name if any and, optionally, scheme-specific information about how to gain authorization to access the server
961
*/
962
public function getUserInfo()
963
{
0 commit comments