@@ -31,13 +31,11 @@ |
||
31 | 31 | $helper = $container->get('timegryd_opcache_reset.command.helper'); |
32 | 32 | |
33 | 33 | $host = $input->hasOption('host') ? |
34 | - $input->getOption('host') : |
|
35 | - $container->getParameter('timegryd_opcache_reset.host') |
|
34 | + $input->getOption('host') : $container->getParameter('timegryd_opcache_reset.host') |
|
36 | 35 | ; |
37 | 36 | |
38 | 37 | $dir = $input->hasOption('dir') ? |
39 | - $input->getOption('dir') : |
|
40 | - $container->getParameter('timegryd_opcache_reset.dir') |
|
38 | + $input->getOption('dir') : $container->getParameter('timegryd_opcache_reset.dir') |
|
41 | 39 | ; |
42 | 40 | |
43 | 41 | $token = sha1(uniqid()); |