| Total Complexity | 2 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class ScheduleCreatedListener extends Listener |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @param ScheduleCreatedEvent $event |
||
| 18 | */ |
||
| 19 | public function handle($event): void |
||
|
|
|||
| 20 | { |
||
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param ScheduleCreatedEvent $event |
||
| 25 | * @param $exception |
||
| 26 | */ |
||
| 27 | public function failed($event, $exception): void |
||
| 29 | } |
||
| 30 | } |
||
| 31 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.