Skip to content

Commit 19224d9

Browse files
wb-hx510875yndu13
wb-hx510875
authored andcommitted
Bump 1.5.31
1 parent 9a1cc85 commit 19224d9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.5.31 - 2021-05-13
4+
5+
- Deprecate `\GuzzleHttp\Psr7\parse_query` method
6+
37
## 1.5.30 - 2021-03-22
48
- Fixed incompatibility in PHP 5.6 version.
59

src/Request/Request.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ abstract class Request implements ArrayAccess
5454
/**
5555
* Request Connect Timeout
5656
*/
57-
public const CONNECT_TIMEOUT = 5;
57+
const CONNECT_TIMEOUT = 5;
5858

5959
/**
6060
* Request Timeout
6161
*/
62-
public const TIMEOUT = 10;
62+
const TIMEOUT = 10;
6363

6464
/**
6565
* @var string HTTP Method

0 commit comments

Comments
 (0)