Skip to content

Commit

Permalink
deprecation docblock fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Sep 9, 2023
1 parent 0c11f9a commit ae08fc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Uri.php
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ public function withFragment(Stringable|string|null $fragment): UriInterface
/**
* DEPRECATION WARNING! This method will be removed in the next major point release.
*
* @deprecated Since version 9.9.0
* @deprecated Since version 7.0.0
* @codeCoverageIgnore
* @see Uri::new()
*/
Expand All @@ -1178,7 +1178,7 @@ public static function createFromString(Stringable|string $uri = ''): self
/**
* DEPRECATION WARNING! This method will be removed in the next major point release.
*
* @deprecated Since version 9.9.0
* @deprecated Since version 7.0.0
* @codeCoverageIgnore
* @see Uri::fromComponents()
*
Expand All @@ -1198,7 +1198,7 @@ public static function createFromComponents(array $components = []): self
* @throws SyntaxError If the file does not exist or is not readable
* @see Uri::fromFileContents()
*
* @deprecated Since version 9.9.0
* @deprecated Since version 7.0.0
* @codeCoverageIgnore
*/
public static function createFromDataPath(string $path, $context = null): self
Expand Down

0 comments on commit ae08fc5

Please sign in to comment.