From ae08fc596a37e7a94e946128e99163039a75eca6 Mon Sep 17 00:00:00 2001 From: ignace nyamagana butera Date: Sat, 9 Sep 2023 04:06:59 +0200 Subject: [PATCH] deprecation docblock fix --- Uri.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Uri.php b/Uri.php index 670038d49..09ccd1d45 100644 --- a/Uri.php +++ b/Uri.php @@ -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() */ @@ -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() * @@ -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