From f08b98dd4d61217eb5f4a476cfa07777c00f7e8b Mon Sep 17 00:00:00 2001 From: kenjis Date: Wed, 15 Feb 2023 13:06:15 +0900 Subject: [PATCH] docs: add @deprecated --- system/HTTP/SiteURI.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/HTTP/SiteURI.php b/system/HTTP/SiteURI.php index 6de923e66307..4cad657ca1f3 100644 --- a/system/HTTP/SiteURI.php +++ b/system/HTTP/SiteURI.php @@ -115,6 +115,9 @@ private function setBaseSegments(): void } } + /** + * @deprecated + */ public function setURI(?string $uri = null) { throw new BadMethodCallException('Cannot use this method.');