| Total Complexity | 1 |
| Total Lines | 12 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 32 | class DummyStep extends AbstractStep |
||
| 33 | { |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Executes the functionality for this step, nothing in this case, |
||
| 37 | * because this is a dummy implementation. |
||
| 38 | * |
||
| 39 | * @return void |
||
| 40 | * @see \AppserverIo\Provisioning\Steps\StepInterface::execute() |
||
| 41 | */ |
||
| 42 | public function execute() |
||
| 47 |