Completed
Push — master ( b4fb45...fd4491 )
by dima
02:45
created
app/Console/Commands/InstallPackagesCommand.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -32,10 +32,10 @@
 block discarded – undo
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
 		
Please login to merge, or discard this patch.
app/Console/Application.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.