Completed
Push — V3 ( d50e1b...88c11f )
by Georges
01:54
created
src/Command/PhpfastcacheCommand.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -53,13 +53,13 @@
 block discarded – undo
53 53
     protected function configure()
54 54
     {
55 55
         $this
56
-          ->setName('phpfastcache:clear')
57
-          ->setDescription('Clear phpfastcache cache')
58
-          ->addArgument(
56
+            ->setName('phpfastcache:clear')
57
+            ->setDescription('Clear phpfastcache cache')
58
+            ->addArgument(
59 59
             'driver',
60 60
             InputArgument::OPTIONAL,
61 61
             'Cache name to clear'
62
-          );
62
+            );
63 63
     }
64 64
 
65 65
     /**
Please login to merge, or discard this patch.