| 1 | <?php |
||
| 10 | class ApplicationConfigCustomizerPlugin extends AbstractConfigCustomizerPlugin |
||
| 11 | { |
||
| 12 | use StringUtilsTrait; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @param InputInterface $input |
||
| 16 | * @param OutputInterface $output |
||
| 17 | * @param CustomizableAppConfig $appConfig |
||
| 18 | * @return void |
||
| 19 | * @throws \Symfony\Component\Console\Exception\RuntimeException |
||
| 20 | */ |
||
| 21 | 3 | public function process(InputInterface $input, OutputInterface $output, CustomizableAppConfig $appConfig) |
|
| 41 | } |
||
| 42 |