Skip to content

Commit 37772e9

Browse files
committed
docs: add version to @deprecated
1 parent 09a96ab commit 37772e9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

system/HTTP/IncomingRequest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)