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.
2 parents 60ce12e + 06b55a8 commit 12d77c2Copy full SHA for 12d77c2
src/Ftp/FtpConnectionProvider.php
@@ -30,7 +30,7 @@ public function createConnection(FtpConnectionOptions $options)
30
$this->ignorePassiveAddress($options, $connection);
31
$this->makeConnectionPassive($options, $connection);
32
} catch (FtpConnectionException $exception) {
33
- ftp_close($connection);
+ @ftp_close($connection);
34
throw $exception;
35
}
36
0 commit comments