Skip to content

Commit

Permalink
Update deprecation notice to mention alternative filter
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Apr 3, 2024
1 parent 9cdf62c commit 6b571c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/UriNormalize.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
use function str_contains;

/**
* @deprecated This filter will be removed in version 3.0 without replacement
* @deprecated This filter will be removed in version 3.0
* The {@link ForceUriScheme} filter partially replicates functionality here.
*
* @psalm-type Options = array{
* default_scheme?: string,
Expand Down

0 comments on commit 6b571c2

Please sign in to comment.