@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | 'success' |
86 | 86 | ); |
87 | 87 | //phpcs:ignore Generic.Files.LineLength.TooLong |
88 | - Log::addConfigurationLog('Module ' . $this->module->title() . ' : Task Schedule “' . $task_schedule->id() . '” has been updated.'); |
|
88 | + Log::addConfigurationLog('Module '.$this->module->title().' : Task Schedule “'.$task_schedule->id().'” has been updated.'); |
|
89 | 89 | } |
90 | 90 | |
91 | 91 | return redirect($admin_config_route); |
@@ -141,7 +141,7 @@ discard block |
||
141 | 141 | |
142 | 142 | FlashMessages::addMessage(I18N::translate('An error occured while updating the scheduled task.'), 'danger'); |
143 | 143 | //@phpcs:ignore Generic.Files.LineLength.TooLong |
144 | - Log::addConfigurationLog('Module ' . $this->module->title() . ' : Task Schedule “' . $task_schedule->id() . '” could not be updated. See error log.'); |
|
144 | + Log::addConfigurationLog('Module '.$this->module->title().' : Task Schedule “'.$task_schedule->id().'” could not be updated. See error log.'); |
|
145 | 145 | return false; |
146 | 146 | } |
147 | 147 | |
@@ -173,7 +173,7 @@ discard block |
||
173 | 173 | 'danger' |
174 | 174 | ); |
175 | 175 | //phpcs:ignore Generic.Files.LineLength.TooLong |
176 | - Log::addConfigurationLog('Module ' . $this->module->title() . ' : AdminTask “' . $task->name() . '” specific settings could not be updated. See error log.'); |
|
176 | + Log::addConfigurationLog('Module '.$this->module->title().' : AdminTask “'.$task->name().'” specific settings could not be updated. See error log.'); |
|
177 | 177 | } |
178 | 178 | |
179 | 179 | return true; |