| Total Complexity | 1 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | final class UpdateCommand extends SequenceCommand |
||
| 18 | { |
||
| 19 | protected const NAME = 'update'; |
||
| 20 | protected const DESCRIPTION = 'Update project state'; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param ConsoleConfig $config |
||
| 24 | * @param ContainerInterface $container |
||
| 25 | * @return int |
||
| 26 | */ |
||
| 27 | public function perform(ConsoleConfig $config, ContainerInterface $container): int |
||
| 34 |