Completed
Pull Request — develop (#1484)
by
unknown
28s
created
src/N98/Magento/Command/Developer/Report/CountCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
         $dir = Mage::getBaseDir('var') . DIRECTORY_SEPARATOR . 'report' . DIRECTORY_SEPARATOR;
37 37
         $count = $this->getFileCount($dir);
38 38
 
39
-        $output->writeln((string)$count);
39
+        $output->writeln((string) $count);
40 40
         return 0;
41 41
     }
42 42
 
Please login to merge, or discard this patch.
src/N98/Magento/Command/Cms/Block/ToggleCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
         }
65 65
         $newStatus = !$block->getIsActive();
66 66
         $block
67
-            ->setIsActive((int)$newStatus)
67
+            ->setIsActive((int) $newStatus)
68 68
             ->save();
69 69
         $output->writeln(sprintf(
70 70
             '<comment>Block</comment> <info>%s</info>',
Please login to merge, or discard this patch.