Completed
Push — master ( 489545...8e653b )
by Basil
04:40
created
core/console/commands/ImportController.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
 
157 157
         foreach ($queue as $pos => $object) {
158 158
             $this->verbosePrint("Run importer object '{$object->className()}' on position '{$pos}'.", __METHOD__);
159
-            $this->verbosePrint('Module context id: ' . $object->module->id);
159
+            $this->verbosePrint('Module context id: '.$object->module->id);
160 160
             $object->run();
161 161
         }
162 162
 
@@ -166,10 +166,10 @@  discard block
 block discarded – undo
166 166
             Yii::$app->db->createCommand()->update('admin_user', ['force_reload' => 1])->execute();
167 167
         }
168 168
         
169
-        $this->output('LUYA import command (based on LUYA ' . Boot::VERSION . ')');
169
+        $this->output('LUYA import command (based on LUYA '.Boot::VERSION.')');
170 170
         
171 171
         foreach ($this->getLog() as $section => $value) {
172
-            $this->outputInfo(PHP_EOL . $section . ":");
172
+            $this->outputInfo(PHP_EOL.$section.":");
173 173
             $this->logValueToTable($value); 
174 174
         }
175 175
         
Please login to merge, or discard this patch.