1 | <?php |
||
19 | class Extension extends BaseExtension |
||
20 | { |
||
21 | |||
22 | /** |
||
23 | * Extension point in @see QueuedJobService::runJob() |
||
24 | * |
||
25 | * @param QueuedJobDescriptor $descriptor |
||
26 | * @param QueuedJob $job |
||
27 | * @param Throwable|Exception $e |
||
28 | */ |
||
29 | public function updateJobDescriptorAndJobOnException( |
||
37 | } |
||
38 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.