Bump friendsofphp/php-cs-fixer up to 3.0

This commit is contained in:
2021-06-17 16:21:26 +03:00
parent 4546c5085f
commit 55480ab2c0
5 changed files with 47 additions and 31 deletions

View File

@ -40,7 +40,7 @@ class SocketStream implements Stream
$context = $context->withTlsContext(
(new ClientTlsContext(''))
->withoutPeerVerification()
->withoutPeerVerification(),
);
return new self(yield connect($uri, $context));