Completed
Pull Request — master (#768)
by Antoine
07:54 queued 04:38
created
src/Composer/ScriptHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.