Completed
Push — develop ( 73bd0a...ccb498 )
by Tom
05:04
created
src/N98/Magento/Command/Developer/Console/Util/Xml.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
      * @param \SimpleXMLElement $xml
25 25
      * @param string $path
26 26
      *
27
-     * @return \SimpleXMLElement|\SimpleXMLElement[]
27
+     * @return \SimpleXMLElement
28 28
      *
29 29
      * @link https://github.com/astorm/pestle
30 30
      * @copyright Pulse Storm LLC, Alan Storm
Please login to merge, or discard this patch.
src/N98/Magento/Command/Developer/Console/MakeThemeCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
                 $output,
68 68
                 $appDirWriter,
69 69
                 $relativePath,
70
-                ucfirst($input->getArgument('package')) . ' '. $input->getArgument('name')
70
+                ucfirst($input->getArgument('package')) . ' ' . $input->getArgument('name')
71 71
             );
72 72
         }
73 73
 
Please login to merge, or discard this patch.
src/N98/Magento/Command/Installer/SubCommand/DownloadMagento.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
             throw new RuntimeException('A magento installation already exists in this folder');
41 41
         }
42 42
 
43
-        $args = new ProcessArguments(array($this->config['composer_bin'], 'create-project', ));
43
+        $args = new ProcessArguments(array($this->config['composer_bin'], 'create-project',));
44 44
         $args
45 45
             // Add composer options
46 46
             ->addArgs($package['options'])
Please login to merge, or discard this patch.
src/N98/Magento/Command/Database/VariablesCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
         'thread_cache_size'               => '',
41 41
         'tmp_table_size'                  => array(
42 42
             'desc' => '', // @todo add description everywhere
43
-            'opt'  => '',  // @todo calculate somehow the optimal values depending on the MySQL server environment
43
+            'opt'  => '', // @todo calculate somehow the optimal values depending on the MySQL server environment
44 44
         ),
45 45
     );
46 46
 
Please login to merge, or discard this patch.