| Total Complexity | 3 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class ClearCacheCommand extends ContainerAwareCommand |
||
| 15 | { |
||
| 16 | public function configure() |
||
| 19 | } |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @param InputInterface $input |
||
| 23 | * @param OutputInterface $output |
||
| 24 | * |
||
| 25 | * @return int|null|void |
||
| 26 | */ |
||
| 27 | public function execute(InputInterface $input, OutputInterface $output) |
||
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @return array |
||
| 36 | */ |
||
| 37 | protected function getManagedLocales() |
||
| 40 | } |
||
| 41 | } |