Completed
Push — V3 ( 1c3985...a176c4 )
by Georges
06:08
created
src/Command/PhpfastcacheClearCommand.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -53,14 +53,14 @@
 block discarded – undo
53 53
     protected function configure()
54 54
     {
55 55
         $this
56
-          ->setName('phpfastcache:clear')
57
-          ->setAliases(['phpfastcache:clean', 'phpfastcache:flush'])
58
-          ->setDescription('Clear phpfastcache cache')
59
-          ->addArgument(
56
+            ->setName('phpfastcache:clear')
57
+            ->setAliases(['phpfastcache:clean', 'phpfastcache:flush'])
58
+            ->setDescription('Clear phpfastcache cache')
59
+            ->addArgument(
60 60
             'driver',
61 61
             InputArgument::OPTIONAL,
62 62
             'Cache name to clear'
63
-          );
63
+            );
64 64
     }
65 65
 
66 66
     /**
Please login to merge, or discard this patch.