@@ -36,7 +36,7 @@ |
||
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 |
@@ -64,7 +64,7 @@ |
||
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>', |