File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ protected function detectURI(string $protocol, string $baseURL)
236236 * Detects the relative path based on
237237 * the URIProtocol Config setting.
238238 *
239- * @deprecated Moved to SiteURIFactory.
239+ * @deprecated 4.4.0 Moved to SiteURIFactory.
240240 */
241241 public function detectPath (string $ protocol = '' ): string
242242 {
@@ -268,7 +268,7 @@ public function detectPath(string $protocol = ''): string
268268 *
269269 * @return string The URI it found.
270270 *
271- * @deprecated Moved to SiteURIFactory.
271+ * @deprecated 4.4.0 Moved to SiteURIFactory.
272272 */
273273 protected function parseRequestURI (): string
274274 {
@@ -328,7 +328,7 @@ protected function parseRequestURI(): string
328328 *
329329 * Will parse QUERY_STRING and automatically detect the URI from it.
330330 *
331- * @deprecated Moved to SiteURIFactory.
331+ * @deprecated 4.4.0 Moved to SiteURIFactory.
332332 */
333333 protected function parseQueryString (): string
334334 {
@@ -502,7 +502,7 @@ public function setPath(string $path, ?App $config = null)
502502 }
503503
504504 /**
505- * @deprecated Moved to SiteURIFactory.
505+ * @deprecated 4.4.0 Moved to SiteURIFactory.
506506 */
507507 private function determineHost (App $ config , string $ baseURL ): string
508508 {
You can’t perform that action at this time.
0 commit comments