@@ -63,7 +63,7 @@ |
||
| 63 | 63 | |
| 64 | 64 | private function getProcessedNotifications(array $notifications, UserInterface $user): array |
| 65 | 65 | { |
| 66 | - $readByUserNotifications = \array_map(function ($notification) { |
|
| 66 | + $readByUserNotifications = \array_map(function($notification) { |
|
| 67 | 67 | return $notification->getId(); |
| 68 | 68 | }, $user->getNotifications()->toArray()); |
| 69 | 69 | |