1 | <?php |
||
26 | final class RemoveSkeletonDirectory implements ActionInterface, VarAwareInterface |
||
27 | { |
||
28 | use VarAwareTrait, |
||
29 | FilesystemAwareTrait; |
||
30 | |||
31 | /** |
||
32 | * Execute action |
||
33 | * |
||
34 | * @return void |
||
35 | * @throws \RuntimeException |
||
36 | */ |
||
37 | 2 | public function execute() |
|
45 | |||
46 | /** |
||
47 | * {@inheritdoc} |
||
48 | */ |
||
49 | 4 | public function getPriority(): int |
|
53 | } |
||
54 |