Completed
Pull Request — master (#607)
by Romain
01:52
created
src/Gaufrette/Adapter/Ftp.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -380,8 +380,7 @@
 block discarded – undo
380 380
         $chDirResult = false;
381 381
         try {
382 382
             $chDirResult = ftp_chdir($this->getConnection(), $directory)
383
-        }
384
-        catch(Exception $e) {
383
+        } catch(Exception $e) {
385 384
             $this->passive = true;
386 385
 
387 386
             // Build the FTP URL that will be used to check if the path is a directory or not
Please login to merge, or discard this patch.