Passed
Push — master ( edf9ab...d11740 )
by Adam
22:17
created
app/Http/Controllers/User/NotificationsController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@
 block discarded – undo
159 159
     private function mark($notifications)
160 160
     {
161 161
         $ids = $notifications
162
-            ->reject(fn (Notification $notification) => $notification->read_at !== null)
162
+            ->reject(fn(Notification $notification) => $notification->read_at !== null)
163 163
             ->pluck('id')
164 164
             ->all();
165 165
 
Please login to merge, or discard this patch.