Completed
Push — master ( 97100e...ad8801 )
by Emmanuel
03:09
created
src/GlSyncFtp.php 2 patches
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -147,9 +147,9 @@
 block discarded – undo
147 147
                 $syncdir($src, $dst);
148 148
             }
149 149
             $this->syncDirectory(
150
-                 $src,
151
-                     $dst,
152
-                     $syncop
150
+                    $src,
151
+                        $dst,
152
+                        $syncop
153 153
             );
154 154
         }
155 155
     }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
168 168
      * @param string $dst
169 169
      * @param callable|null $syncop
170 170
      */
171
-    private function syncDelete($src, $dst,callable $syncop = null) {
171
+    private function syncDelete($src, $dst, callable $syncop = null) {
172 172
         $files = [];
173 173
         $dirs  = [];
174 174
         $this->getFiles($dst, "", $files, $dirs);
Please login to merge, or discard this patch.