Completed
Push — master ( a11871...45da16 )
by Paweł
23s queued 11s
created
src/Controller/ApiNotificationsController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.