Skip to content

Commit ae4f7c8

Browse files
committed
docs: add @deprecated versions
1 parent 7514d6d commit ae4f7c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

system/HTTP/IncomingRequest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ public function detectLocale($config)
234234
*
235235
* @return void
236236
*
237-
* @deprecated No longer used.
237+
* @deprecated 4.4.0 No longer used.
238238
*/
239239
protected function detectURI(string $protocol, string $baseURL)
240240
{
@@ -463,7 +463,7 @@ public function isSecure(): bool
463463
*
464464
* @return $this
465465
*
466-
* @deprecated This method will be private. The parameter $config is deprecated. No longer used.
466+
* @deprecated 4.4.0 This method will be private. The parameter $config is deprecated. No longer used.
467467
*/
468468
public function setPath(string $path, ?App $config = null)
469469
{
@@ -911,7 +911,7 @@ public function getFile(string $fileID)
911911
*
912912
* Do some final cleaning of the URI and return it, currently only used in static::_parse_request_uri()
913913
*
914-
* @deprecated Use URI::removeDotSegments() directly
914+
* @deprecated 4.1.2 Use URI::removeDotSegments() directly
915915
*/
916916
protected function removeRelativeDirectory(string $uri): string
917917
{

0 commit comments

Comments
 (0)