Total Complexity | 3 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | class ErrorThread extends AbstractThread |
||
8 | { |
||
9 | |||
10 | public function method() |
||
13 | } |
||
14 | |||
15 | /** |
||
16 | * Return the name of the method to process during the thread |
||
17 | * |
||
18 | * @return string |
||
19 | */ |
||
20 | protected function getMethodName(): string |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * Return the list of dependencies that will be passed as parameters of the method referenced by getMethodName |
||
27 | * |
||
28 | * @return array |
||
29 | */ |
||
30 | protected function getDependencies(): array |
||
36 |