You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: interfaces/Contracts/UriInterface.php
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,7 @@
22
22
/**
23
23
* @phpstan-import-type ComponentMap from UriString
24
24
*
25
-
* @method string|null getUsername() returns the user component of the URI (deprecated).
26
-
* @method string|null getUser() returns the user component of the URI.
25
+
* @method string|null getUsername() returns the user component of the URI.
27
26
* @method self withUser(?string $user) returns a new URI instance with user component updated, if the user is set to null the password also will be set to null.
28
27
* @method string|null getPassword() returns the scheme-specific information about how to gain authorization to access the resource.
29
28
* @method self withPassword(?string $password) returns a new URI instance with password component updated, if the user is set to null the password also will be set to null.
0 commit comments