Skip to content

Commit ae08fc5

Browse files
committed
deprecation docblock fix
1 parent 0c11f9a commit ae08fc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Uri.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ public function withFragment(Stringable|string|null $fragment): UriInterface
11661166
/**
11671167
* DEPRECATION WARNING! This method will be removed in the next major point release.
11681168
*
1169-
* @deprecated Since version 9.9.0
1169+
* @deprecated Since version 7.0.0
11701170
* @codeCoverageIgnore
11711171
* @see Uri::new()
11721172
*/
@@ -1178,7 +1178,7 @@ public static function createFromString(Stringable|string $uri = ''): self
11781178
/**
11791179
* DEPRECATION WARNING! This method will be removed in the next major point release.
11801180
*
1181-
* @deprecated Since version 9.9.0
1181+
* @deprecated Since version 7.0.0
11821182
* @codeCoverageIgnore
11831183
* @see Uri::fromComponents()
11841184
*
@@ -1198,7 +1198,7 @@ public static function createFromComponents(array $components = []): self
11981198
* @throws SyntaxError If the file does not exist or is not readable
11991199
* @see Uri::fromFileContents()
12001200
*
1201-
* @deprecated Since version 9.9.0
1201+
* @deprecated Since version 7.0.0
12021202
* @codeCoverageIgnore
12031203
*/
12041204
public static function createFromDataPath(string $path, $context = null): self

0 commit comments

Comments
 (0)