@@ -32,7 +32,7 @@ |
||
| 32 | 32 | $finder = new Finder(); |
| 33 | 33 | $cwd = getcwd(); |
| 34 | 34 | |
| 35 | - foreach($finder->in($cwd.self::$source) as $file) { |
|
| 35 | + foreach ($finder->in($cwd.self::$source) as $file) { |
|
| 36 | 36 | $destination = $cwd.self::$destination.'/'.$file->getRelativePathname(); |
| 37 | 37 | if ($file->isDir()) { |
| 38 | 38 | $fs->mkdir($destination); |