Completed
Push — develop ( fc567f...94114b )
by Tom
02:13
created
src/N98/Magento/Command/Media/Cache/Image/ClearCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
     protected function configure()
12 12
     {
13 13
         $this->setName('media:cache:image:clear')
14
-             ->setDescription('Clears image cache');
14
+                ->setDescription('Clears image cache');
15 15
     }
16 16
 
17 17
     /**
Please login to merge, or discard this patch.
src/N98/Magento/Command/Media/Cache/JsCss/ClearCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
     protected function configure()
12 12
     {
13 13
         $this->setName('media:cache:jscss:clear')
14
-             ->setDescription('Clears JS/CSS cache');
14
+                ->setDescription('Clears JS/CSS cache');
15 15
     }
16 16
 
17 17
     /**
Please login to merge, or discard this patch.