Bump friendsofphp/php-cs-fixer up to 3.0
This commit is contained in:
@ -40,7 +40,7 @@ class SocketStream implements Stream
|
||||
|
||||
$context = $context->withTlsContext(
|
||||
(new ClientTlsContext(''))
|
||||
->withoutPeerVerification()
|
||||
->withoutPeerVerification(),
|
||||
);
|
||||
|
||||
return new self(yield connect($uri, $context));
|
||||
|
Reference in New Issue
Block a user