Completed
Push — master ( 46c4b8...54b8d1 )
by Avtandil
02:55
created
src/MultiLang/Console/MigrationCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
         $table = Config::get('multilang.db.texts_table');
40 40
 
41 41
         if ('' == $table) {
42
-            $this->error('Couldn\'t create migration.'.PHP_EOL.'Table name can\'t be empty. Check your configuration.');
42
+            $this->error('Couldn\'t create migration.' . PHP_EOL . 'Table name can\'t be empty. Check your configuration.');
43 43
 
44 44
             return;
45 45
         }
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
                 $this->info('Migration successfully created!');
61 61
             } else {
62 62
                 $this->error(
63
-                    'Couldn\'t create migration.'.PHP_EOL.' Check the write permissions
63
+                    'Couldn\'t create migration.' . PHP_EOL . ' Check the write permissions
64 64
                     within the database/migrations directory.'
65 65
                 );
66 66
             }
Please login to merge, or discard this patch.