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: Contracts/UriInterface.php
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,10 @@
27
27
* @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
28
* @method string|null getPassword() returns the scheme-specific information about how to gain authorization to access the resource.
29
29
* @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.
30
-
* @method string toNormalizedString() returns the normalized string representation of the URI
31
30
* @method array toComponents() returns an associative array containing all the URI components.
32
31
* @method self normalize() returns a new URI instance with normalized components
33
32
* @method self resolve(UriInterface $uri) resolves a URI against a base URI using RFC3986 rules
34
33
* @method self relativize(UriInterface $uri) relativize a URI against a base URI using RFC3986 rules
35
-
* @method bool equals(UriInterface $uri, bool $excludeFragment) tells whether the given URI object represents the same document. It can take the fragment in account if it is explicitly specified
0 commit comments