@@ -226,7 +226,7 @@ |
||
| 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); |
@@ -115,7 +115,7 @@ |
||
| 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 |