Completed
Push — master ( 4e7200...c701d8 )
by Vladimir
02:43
created
src/allejo/stakx/System/Filesystem.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,9 @@
 block discarded – undo
76 76
             while (false !== $entry = $dir->read())
77 77
             {
78 78
                 // Skip pointers
79
-                if ($entry == '.' || $entry == '..') { continue; }
79
+                if ($entry == '.' || $entry == '..')
80
+                {
81
+continue; }
80 82
 
81 83
                 $this->copy("$originFile/$entry", "$targetFile/$entry", true);
82 84
             }
Please login to merge, or discard this patch.