Completed
Pull Request — develop (#813)
by Robbie
08:16 queued 03:39
created
build/bin/files.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
         }
Please login to merge, or discard this patch.
res/dev/console_auto_prepend.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
src/N98/Magento/Command/System/Store/Config/BaseUrlListCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/N98/Magento/Command/System/Store/ListCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/N98/Magento/Command/System/Cron/ListCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/N98/Magento/Command/System/Website/ListCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/N98/Magento/Command/Cache/ListCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/N98/Magento/Command/Developer/Module/Dependencies/OnCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/N98/Magento/Command/Developer/Module/Dependencies/AbstractCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.