Completed
Push — master ( 2c1b37...a17f23 )
by Arman
11s
created
src/Console/Commands/DebugBarAssetsCommand.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -75,8 +75,9 @@
 block discarded – undo
75 75
                     if (is_dir($src . '/' . $file)) {
76 76
                         $this->recursive_copy($src . '/' . $file, $dst . '/' . $file);
77 77
                     } else {
78
-                        if ($file)
79
-                            copy($src . '/' . $file, $dst . '/' . $file);
78
+                        if ($file) {
79
+                                                    copy($src . '/' . $file, $dst . '/' . $file);
80
+                        }
80 81
                     }
81 82
                 }
82 83
             }
Please login to merge, or discard this patch.