Skip to content

Commit 35a7efa

Browse files
authored
Update Downloader.php
1 parent 8383b55 commit 35a7efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Downloader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ protected function fetchCertificates(string $hostName): array
182182
}
183183

184184
try {
185-
$client = @stream_socket_client(
185+
$client = stream_socket_client(
186186
"ssl://{$connectTo}:{$this->port}",
187187
$errorNumber,
188188
$errorDescription,

0 commit comments

Comments
 (0)