| 1 | <?php |
||
| 19 | class RemoveTempDirectoriesStep implements Step { |
||
| 20 | /** |
||
| 21 | * Platform. |
||
| 22 | * |
||
| 23 | * @var \ComponentManager\Platform\Platform |
||
| 24 | */ |
||
| 25 | protected $platform; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Initialiser. |
||
| 29 | * |
||
| 30 | * @param \ComponentManager\Platform\Platform $platform |
||
| 31 | */ |
||
| 32 | public function __construct(Platform $platform) { |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @override \ComponentManager\Platform\Platform |
||
| 38 | */ |
||
| 39 | public function execute($task, LoggerInterface $logger) { |
||
| 43 | } |
||
| 44 |