@@ -32,10 +32,10 @@ |
||
32 | 32 | foreach ($iterator as $file) { |
33 | 33 | |
34 | 34 | if (!copy($file->getRealpath(), $root_path . '/db/' . $file->getRelativePathname())) { |
35 | - $output->writeln( sprintf("error copy migration %s...", $file->getRelativePathname()) ); |
|
35 | + $output->writeln(sprintf("error copy migration %s...", $file->getRelativePathname())); |
|
36 | 36 | } |
37 | - else{ |
|
38 | - $output->writeln( sprintf("copy migration %s", $file->getRelativePathname()) ); |
|
37 | + else { |
|
38 | + $output->writeln(sprintf("copy migration %s", $file->getRelativePathname())); |
|
39 | 39 | } |
40 | 40 | } |
41 | 41 |
@@ -64,7 +64,7 @@ |
||
64 | 64 | |
65 | 65 | |
66 | 66 | |
67 | - function __o(){ |
|
67 | + function __o() { |
|
68 | 68 | |
69 | 69 | } |
70 | 70 | } |
71 | 71 | \ No newline at end of file |