Skip to content

Commit a77cbec

Browse files
Merge branch '5.1' into 5.2
* 5.1: Fix EncoderInterface::encode() return type [Lock] Prevent store exception break combined store Remove check for unsupported PHP version [Notifier] Rename test method names
2 parents 13b0dab + 81c60c5 commit a77cbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Response/CurlResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ private static function perform(ClientState $multi, array &$responses = null): v
328328
*/
329329
private static function select(ClientState $multi, float $timeout): int
330330
{
331-
if (\PHP_VERSION_ID < 70123 || (70200 <= \PHP_VERSION_ID && \PHP_VERSION_ID < 70211)) {
331+
if (\PHP_VERSION_ID < 70211) {
332332
// workaround https://bugs.php.net/76480
333333
$timeout = min($timeout, 0.01);
334334
}

0 commit comments

Comments
 (0)