| Total Complexity | 6 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class NotEmpty implements Action |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * Execute the action. |
||
| 17 | * |
||
| 18 | * @param Config $config |
||
| 19 | * @param IO $io |
||
| 20 | * @param Repository $repository |
||
| 21 | * @param Config\Action $action |
||
| 22 | * |
||
| 23 | * @return void |
||
| 24 | * |
||
| 25 | * @throws Exception |
||
| 26 | */ |
||
| 27 | public function execute(Config $config, IO $io, Repository $repository, Config\Action $action): void |
||
| 53 |