Skip to content

Commit e9d9026

Browse files
committed
docs: add versions for @deprecated
1 parent 9708996 commit e9d9026

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

system/HTTP/Request.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Request extends OutgoingRequest implements RequestInterface
3535
*
3636
* @param App $config
3737
*
38-
* @deprecated The $config is no longer needed and will be removed in a future version
38+
* @deprecated 4.0.5 The $config is no longer needed and will be removed in a future version
3939
*/
4040
public function __construct($config = null) // @phpstan-ignore-line
4141
{
@@ -54,7 +54,7 @@ public function __construct($config = null) // @phpstan-ignore-line
5454
* @param string $ip IP Address
5555
* @param string $which IP protocol: 'ipv4' or 'ipv6'
5656
*
57-
* @deprecated Use Validation instead
57+
* @deprecated 4.0.5 Use Validation instead
5858
*
5959
* @codeCoverageIgnore
6060
*/
@@ -68,7 +68,7 @@ public function isValidIP(?string $ip = null, ?string $which = null): bool
6868
*
6969
* @param bool $upper Whether to return in upper or lower case.
7070
*
71-
* @deprecated The $upper functionality will be removed and this will revert to its PSR-7 equivalent
71+
* @deprecated 4.0.5 The $upper functionality will be removed and this will revert to its PSR-7 equivalent
7272
*
7373
* @codeCoverageIgnore
7474
*/
@@ -82,7 +82,7 @@ public function getMethod(bool $upper = false): string
8282
*
8383
* @return $this
8484
*
85-
* @deprecated Use withMethod() instead for immutability
85+
* @deprecated 4.0.5 Use withMethod() instead for immutability
8686
*
8787
* @codeCoverageIgnore
8888
*/

0 commit comments

Comments
 (0)