We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1cc85 commit 19224d9Copy full SHA for 19224d9
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 1.5.31 - 2021-05-13
4
+
5
+- Deprecate `\GuzzleHttp\Psr7\parse_query` method
6
7
## 1.5.30 - 2021-03-22
8
- Fixed incompatibility in PHP 5.6 version.
9
src/Request/Request.php
@@ -54,12 +54,12 @@ abstract class Request implements ArrayAccess
54
/**
55
* Request Connect Timeout
56
*/
57
- public const CONNECT_TIMEOUT = 5;
+ const CONNECT_TIMEOUT = 5;
58
59
60
* Request Timeout
61
62
- public const TIMEOUT = 10;
+ const TIMEOUT = 10;
63
64
65
* @var string HTTP Method
0 commit comments