File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1166,7 +1166,7 @@ public function withFragment(Stringable|string|null $fragment): UriInterface
1166
1166
/**
1167
1167
* DEPRECATION WARNING! This method will be removed in the next major point release.
1168
1168
*
1169
- * @deprecated Since version 9.9 .0
1169
+ * @deprecated Since version 7.0 .0
1170
1170
* @codeCoverageIgnore
1171
1171
* @see Uri::new()
1172
1172
*/
@@ -1178,7 +1178,7 @@ public static function createFromString(Stringable|string $uri = ''): self
1178
1178
/**
1179
1179
* DEPRECATION WARNING! This method will be removed in the next major point release.
1180
1180
*
1181
- * @deprecated Since version 9.9 .0
1181
+ * @deprecated Since version 7.0 .0
1182
1182
* @codeCoverageIgnore
1183
1183
* @see Uri::fromComponents()
1184
1184
*
@@ -1198,7 +1198,7 @@ public static function createFromComponents(array $components = []): self
1198
1198
* @throws SyntaxError If the file does not exist or is not readable
1199
1199
* @see Uri::fromFileContents()
1200
1200
*
1201
- * @deprecated Since version 9.9 .0
1201
+ * @deprecated Since version 7.0 .0
1202
1202
* @codeCoverageIgnore
1203
1203
*/
1204
1204
public static function createFromDataPath (string $ path , $ context = null ): self
You can’t perform that action at this time.
0 commit comments