Passed
Push — master ( 0cc01a...1136f3 )
by Lucas
01:17
created
migration.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -38,17 +38,17 @@  discard block
 block discarded – undo
38 38
                 try {
39 39
                     $config->createFile($_SERVER['argv'][2]);
40 40
                     fwrite(STDERR,
41
-                        'File created successfully, in just databasee'. PHP_EOL
41
+                        'File created successfully, in just databasee' . PHP_EOL
42 42
                     );
43 43
                 } catch (Exception $e) {
44 44
                     fwrite(STDERR,
45
-                        $e->getMessage(). PHP_EOL
45
+                        $e->getMessage() . PHP_EOL
46 46
                     );
47 47
 
48 48
                 }
49 49
             } else {
50 50
                 fwrite(STDERR,
51
-                    'no parameters were passed'. PHP_EOL
51
+                    'no parameters were passed' . PHP_EOL
52 52
                 );
53 53
             }
54 54
 
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
             break;
71 71
         }
72 72
     default:
73
-        print( "error\n");
73
+        print("error\n");
74 74
         break;
75 75
 }
76 76
 
Please login to merge, or discard this patch.