Skip to content

Commit

Permalink
BaseUri is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Jan 1, 2025
1 parent 6e5d498 commit c52af33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions BaseUri.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@

/**
* @phpstan-import-type ComponentMap from UriInterface
* @deprecated since version 7.6.0
*
* @see Modifier
* @see Uri
*/
class BaseUri implements Stringable, JsonSerializable, UriAccess
{
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ All Notable changes to `League\Uri` will be documented in this file

### Deprecated

- None
- `BasUri` use the `Uri` class or the component `Modifier` class depending on the needed requirement.

### Removed

Expand Down

0 comments on commit c52af33

Please sign in to comment.