Skip to content

Commit 2d922ae

Browse files
committed
Fix types
Signed-off-by: Alexander M. Turek <me@derrabus.de>
1 parent b1cefe1 commit 2d922ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ public function getPassword(): ?string
940940
*
941941
* @return string|null A user name if any and, optionally, scheme-specific information about how to gain authorization to access the server
942942
*/
943-
public function getUserInfo(): string
943+
public function getUserInfo(): ?string
944944
{
945945
$userinfo = $this->getUser();
946946

0 commit comments

Comments
 (0)