| Conditions | 2 | 
| Paths | 2 | 
| Total Lines | 7 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 36 | public function handle(SendFreshNotifications $command): void  | 
            ||
| 
                                                                                                    
                         1 ignored issue 
                            –
                            show
                         | 
                |||
| 37 |     { | 
            ||
| 38 | $notifications = $this->notificationRepository->unsentNotifications();  | 
            ||
| 39 |         foreach ($notifications as $notification) { | 
            ||
| 40 | $this->sendNotificationService->execute($notification);  | 
            ||
| 41 | }  | 
            ||
| 42 | }  | 
            ||
| 43 | }  | 
            ||
| 44 | 
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.