Completed
Push — master ( 2867e6...fe686a )
by dima
03:08
created
app/Console.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,8 +66,7 @@
 block discarded – undo
66 66
 
67 67
 					if (!copy($file->getRealpath(), $root_path . '/db/' . $file->getRelativePathname())) {
68 68
 					   echo sprintf("error copy migration %s..." . PHP_EOL, $file->getRelativePathname());
69
-					}
70
-					else{
69
+					} else{
71 70
 						echo sprintf("copy migration %s" . PHP_EOL, $file->getRelativePathname());
72 71
 					}
73 72
 				}
Please login to merge, or discard this patch.