File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class Request extends OutgoingRequest implements RequestInterface
35
35
*
36
36
* @param App $config
37
37
*
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
39
39
*/
40
40
public function __construct ($ config = null ) // @phpstan-ignore-line
41
41
{
@@ -54,7 +54,7 @@ public function __construct($config = null) // @phpstan-ignore-line
54
54
* @param string $ip IP Address
55
55
* @param string $which IP protocol: 'ipv4' or 'ipv6'
56
56
*
57
- * @deprecated Use Validation instead
57
+ * @deprecated 4.0.5 Use Validation instead
58
58
*
59
59
* @codeCoverageIgnore
60
60
*/
@@ -68,7 +68,7 @@ public function isValidIP(?string $ip = null, ?string $which = null): bool
68
68
*
69
69
* @param bool $upper Whether to return in upper or lower case.
70
70
*
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
72
72
*
73
73
* @codeCoverageIgnore
74
74
*/
@@ -82,7 +82,7 @@ public function getMethod(bool $upper = false): string
82
82
*
83
83
* @return $this
84
84
*
85
- * @deprecated Use withMethod() instead for immutability
85
+ * @deprecated 4.0.5 Use withMethod() instead for immutability
86
86
*
87
87
* @codeCoverageIgnore
88
88
*/
You can’t perform that action at this time.
0 commit comments