Total Complexity | 2 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
27 | class ClearDirtyClassesJob extends AbstractQueuedJob |
||
28 | { |
||
29 | |||
30 | /** |
||
31 | * Give this puppy a name |
||
32 | * |
||
33 | * @return string Title of this job |
||
34 | */ |
||
35 | 1 | public function getTitle() |
|
38 | } |
||
39 | |||
40 | /** |
||
41 | * Run the dirty class cleanup task from Queued Jobs |
||
42 | * |
||
43 | * @throws HTTPException |
||
44 | * @throws ValidationException |
||
45 | * @throws ReflectionException |
||
46 | */ |
||
47 | 1 | public function process() |
|
56 |