Completed
Branch master (d055c4)
by timegryd
02:17
created
Category
Command/OpcacheResetCommand.php 1 patch
Spacing   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -31,13 +31,11 @@
 block discarded – undo
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());
Please login to merge, or discard this patch.