Completed
Branch develop (2cd9c5)
by Novikov
09:26
created
Category
SFTP/SFTP.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
         $handle = opendir("ssh2.sftp://$this->sftp" . $dir);
46 46
         $files = array();
47 47
 
48
-        while (false != ($entry = readdir($handle))){
48
+        while (false != ($entry = readdir($handle))) {
49 49
             $files[] = $entry;
50 50
         }
51 51
 
Please login to merge, or discard this patch.