@@ -41,7 +41,7 @@ discard block |
||
41 | 41 | $buffer .= "\n= $title =\n"; |
42 | 42 | $buffer .= str_repeat("=", $len + 4); |
43 | 43 | |
44 | - return $buffer . "\n"; |
|
44 | + return $buffer."\n"; |
|
45 | 45 | }; |
46 | 46 | |
47 | 47 | $bytes = function ($count) { |
@@ -66,7 +66,7 @@ discard block |
||
66 | 66 | echo $box("Verify Phar-Files Versions"); |
67 | 67 | |
68 | 68 | foreach ($urls as $url) { |
69 | - $tempFile = '.magerun-phar.~dl-temp-' . md5($url->url); |
|
69 | + $tempFile = '.magerun-phar.~dl-temp-'.md5($url->url); |
|
70 | 70 | if (file_exists($tempFile)) { |
71 | 71 | unlink($tempFile); |
72 | 72 | } |
@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -$application = require_once __DIR__ . '/../../src/bootstrap.php'; |
|
3 | +$application = require_once __DIR__.'/../../src/bootstrap.php'; |
|
4 | 4 | $application->init(); |
5 | 5 | $application->detectMagento(); |
6 | 6 | if ($application->initMagento()) { |
@@ -9,7 +9,7 @@ discard block |
||
9 | 9 | MAGENTO INTERACTIVE CONSOLE |
10 | 10 | =========================== |
11 | 11 | WELCOME; |
12 | - echo PHP_EOL . PHP_EOL . 'Initialized Magento (' . \Mage::getVersion() . ')' . PHP_EOL . PHP_EOL; |
|
12 | + echo PHP_EOL.PHP_EOL.'Initialized Magento ('.\Mage::getVersion().')'.PHP_EOL.PHP_EOL; |
|
13 | 13 | } else { |
14 | - echo "FATAL: Magento could not be initialized." . PHP_EOL; |
|
14 | + echo "FATAL: Magento could not be initialized.".PHP_EOL; |
|
15 | 15 | } |
@@ -18,7 +18,7 @@ |
||
18 | 18 | 'format', |
19 | 19 | null, |
20 | 20 | InputOption::VALUE_OPTIONAL, |
21 | - 'Output Format. One of [' . implode(',', RendererFactory::getFormats()) . ']' |
|
21 | + 'Output Format. One of ['.implode(',', RendererFactory::getFormats()).']' |
|
22 | 22 | ) |
23 | 23 | ; |
24 | 24 |
@@ -18,7 +18,7 @@ |
||
18 | 18 | 'format', |
19 | 19 | null, |
20 | 20 | InputOption::VALUE_OPTIONAL, |
21 | - 'Output Format. One of [' . implode(',', RendererFactory::getFormats()) . ']' |
|
21 | + 'Output Format. One of ['.implode(',', RendererFactory::getFormats()).']' |
|
22 | 22 | ) |
23 | 23 | ; |
24 | 24 |
@@ -18,7 +18,7 @@ |
||
18 | 18 | 'format', |
19 | 19 | null, |
20 | 20 | InputOption::VALUE_OPTIONAL, |
21 | - 'Output Format. One of [' . implode(',', RendererFactory::getFormats()) . ']' |
|
21 | + 'Output Format. One of ['.implode(',', RendererFactory::getFormats()).']' |
|
22 | 22 | ) |
23 | 23 | ; |
24 | 24 |
@@ -18,7 +18,7 @@ |
||
18 | 18 | 'format', |
19 | 19 | null, |
20 | 20 | InputOption::VALUE_OPTIONAL, |
21 | - 'Output Format. One of [' . implode(',', RendererFactory::getFormats()) . ']' |
|
21 | + 'Output Format. One of ['.implode(',', RendererFactory::getFormats()).']' |
|
22 | 22 | ) |
23 | 23 | ; |
24 | 24 |
@@ -18,7 +18,7 @@ |
||
18 | 18 | 'format', |
19 | 19 | null, |
20 | 20 | InputOption::VALUE_OPTIONAL, |
21 | - 'Output Format. One of [' . implode(',', RendererFactory::getFormats()) . ']' |
|
21 | + 'Output Format. One of ['.implode(',', RendererFactory::getFormats()).']' |
|
22 | 22 | ) |
23 | 23 | ; |
24 | 24 |
@@ -18,7 +18,7 @@ |
||
18 | 18 | 'format', |
19 | 19 | null, |
20 | 20 | InputOption::VALUE_OPTIONAL, |
21 | - 'Output Format. One of [' . implode(',', RendererFactory::getFormats()) . ']' |
|
21 | + 'Output Format. One of ['.implode(',', RendererFactory::getFormats()).']' |
|
22 | 22 | ) |
23 | 23 | ; |
24 | 24 |
@@ -18,7 +18,7 @@ |
||
18 | 18 | 'format', |
19 | 19 | null, |
20 | 20 | InputOption::VALUE_OPTIONAL, |
21 | - 'Output Format. One of [' . implode(',', RendererFactory::getFormats()) . ']' |
|
21 | + 'Output Format. One of ['.implode(',', RendererFactory::getFormats()).']' |
|
22 | 22 | ) |
23 | 23 | ; |
24 | 24 |