Passed
Push — devel-3.0 ( 0e3c8b...e32256 )
by Rubén
03:36
created
app/modules/web/Controllers/SimpleControllerBase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -226,7 +226,7 @@
 block discarded – undo
226 226
         $this->checkLoggedInSession(
227 227
             $this->session,
228 228
             $this->request,
229
-            function ($redirect) {
229
+            function($redirect) {
230 230
                 $this->router->response()
231 231
                     ->redirect($redirect)
232 232
                     ->send(true);
Please login to merge, or discard this patch.
app/modules/web/Controllers/ItemsController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
     public function notificationsAction()
116 116
     {
117 117
         $notifications = array_map(
118
-            function ($notification) {
118
+            function($notification) {
119 119
                 /** @@var $notification NotificationData */
120 120
                 return sprintf('(%s) - %s', $notification->getComponent(), Html::truncate($notification->getDescription(), 30));
121 121
             }, $this->dic
Please login to merge, or discard this patch.