Total Complexity | 5 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class DeleteStaticCacheJob extends Job |
||
15 | { |
||
16 | /** |
||
17 | * @var int |
||
18 | * @config |
||
19 | */ |
||
20 | private static $chunk_size = 2000; |
||
|
|||
21 | |||
22 | /** |
||
23 | * @return string |
||
24 | */ |
||
25 | public function getTitle(): string |
||
28 | } |
||
29 | |||
30 | /** |
||
31 | * @param string $url |
||
32 | * @param int $priority |
||
33 | */ |
||
34 | protected function processUrl(string $url, int $priority): void |
||
48 |