Completed
Push — master ( 447b48...ea4f97 )
by Andrii
17:22 queued 02:17
created
src/components/Directory.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     {
23 23
         FileHelper::mkdir($this->_path);
24 24
 
25
-       foreach ($this->getItems() as $id => $config) {
25
+        foreach ($this->getItems() as $id => $config) {
26 26
             $type = 'Directory';
27 27
             if (isset($config['template']) || isset($config['copy'])) {
28 28
                 $type = 'File';
Please login to merge, or discard this patch.