| Total Complexity | 4 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class ProcessDispatchAudit implements ShouldQueue |
||
| 11 | { |
||
| 12 | public function viaConnection(): string |
||
| 15 | } |
||
| 16 | |||
| 17 | public function viaQueue(): string |
||
| 18 | { |
||
| 19 | return Config::get('audit.queue.queue', 'default'); |
||
| 20 | } |
||
| 21 | |||
| 22 | public function withDelay(DispatchAudit $event): int |
||
| 25 | } |
||
| 26 | |||
| 27 | public function handle(DispatchAudit $event) |
||
| 30 | } |
||
| 31 | } |
||
| 32 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.