Total Complexity | 3 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class SortOutFoldersTask extends BuildTask |
||
10 | { |
||
11 | public function getTitle(): string |
||
14 | } |
||
15 | |||
16 | public function getDescription(): string |
||
17 | { |
||
18 | return 'Goes through all the perfect cms images, checks what folder they write to and moves any images that should not be there.'; |
||
19 | } |
||
20 | |||
21 | /** |
||
22 | * Create test jobs for the purposes of testing. |
||
23 | * |
||
24 | * @param HTTPRequest $request |
||
25 | */ |
||
26 | public function run($request) // phpcs:ignore |
||
30 | ; |
||
31 | } |
||
33 |