Passed
Push — main ( 195893...a2ce2d )
by Jonathan
06:26 queued 01:03
created
app/Module/AdminTasks/Http/RequestHandlers/TaskEditAction.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.