We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79973a9 commit 8bac63cCopy full SHA for 8bac63c
src/Authenticators/SteamGuard.php
@@ -122,8 +122,6 @@ public function getServerTime():int{
122
$response = curl_exec($ch);
123
$info = curl_getinfo($ch);
124
125
- curl_close($ch);
126
-
127
if($info['http_code'] !== 200 || $response === false){
128
// I'm not going to investigate the error further as this shouldn't happen usually
129
throw new RuntimeException(sprintf('Steam API request error: HTTP/%s', $info['http_code'])); // @codeCoverageIgnore
0 commit comments