Passed
Push — feature/code-analysis ( 4fe35d...c99b5b )
by Jonathan
11:08 queued 07:29
created
Module/GeoDispersion/Http/RequestHandlers/GeoAnalysisViewStatusAction.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -104,14 +104,14 @@
 block discarded – undo
104 104
                 'success'
105 105
             );
106 106
             //phpcs:ignore Generic.Files.LineLength.TooLong
107
-            Log::addConfigurationLog('Module ' . $this->module->title() . ' : View “' . $view->id() . '” has been updated.');
107
+            Log::addConfigurationLog('Module '.$this->module->title().' : View “'.$view->id().'” has been updated.');
108 108
         } catch (Throwable $ex) {
109 109
             FlashMessages::addMessage(
110 110
                 I18N::translate('An error occured while updating the geographical dispersion analysis view.'),
111 111
                 'danger'
112 112
             );
113 113
             //phpcs:ignore Generic.Files.LineLength.TooLong
114
-            Log::addErrorLog('Module ' . $this->module->title() . ' : Error when updating view “' . $view->id() . '”: ' . $ex->getMessage());
114
+            Log::addErrorLog('Module '.$this->module->title().' : Error when updating view “'.$view->id().'”: '.$ex->getMessage());
115 115
         }
116 116
 
117 117
         return redirect($admin_config_route);
Please login to merge, or discard this patch.