Conditions | 3 |
Paths | 4 |
Total Lines | 16 |
Code Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
19 | 'clear', |
||
20 | 'warmup', |
||
21 | ]; |
||
22 | foreach ($commands as $command) { |
||
23 | $this->runApp('cache:'.$command, ['--env' => $this->container->get('kernel')->getEnvironment()], false); |
||
24 | } |
||
25 | |||
26 | return $this->result(); |
||
27 | } |
||
28 | |||
29 | public function lexikAction() |
||
30 | { |
||
31 | return $this->runApp('sludio:lexik:clear'); |
||
32 | } |
||
33 | |||
34 | public function generateAction() |
||
35 | { |
||
39 |