Skip to content

Commit

Permalink
Adding missing PHP Uri interface methods
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Dec 25, 2024
1 parent 4a09e22 commit 899f96e
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions interfaces/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,21 @@ All Notable changes to `League\Uri\Interfaces` will be documented in this file
### Added

- `Contidionable` interface
- `UriInspector` interface
- `UriEncoder` interface
- `UriInterface::resolve`
- `UriInterface::relativize`
- `UriInterface::isAbsolute`
- `UriInterface::isNetworkPath`
- `UriInterface::isAbsolutePath`
- `UriInterface::isRelativePath`
- `UriInterface::isSameDocument`
- `UriInterface::equals`
- `UriInterface::toNormalizedString`
- `UriInterface::getOrigin`
- `UriInterface::isSameOrigin`
- `UriInterface::isCrossOrigin`
- `UriInterface::getUser`

### Fixed

- None

### Deprecated

- None
- `UriInterface::getUsername` replaced by `UriInterface::getUser`

### Removed

Expand Down

0 comments on commit 899f96e

Please sign in to comment.