Completed
Push — master ( 97100e...ad8801 )
by Emmanuel
03:09
created
src/GlSyncFtp.php 1 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.