@@ -156,7 +156,7 @@ discard block |
||
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 |
||
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 |