Completed
Pull Request — develop (#1484)
by
unknown
03:57
created
src/N98/Magento/Command/Developer/Module/Rewrite/AbstractRewriteCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
                 }
69 69
 
70 70
                 foreach ($rewriteElement->children() as $child) {
71
-                    $childDomElement    = dom_import_simplexml($rewriteElement);
71
+                    $childDomElement = dom_import_simplexml($rewriteElement);
72 72
                     if (!$childDomElement) {
73 73
                         continue;
74 74
                     }
Please login to merge, or discard this patch.
src/N98/Magento/Command/Media/Cache/JsCss/ClearCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     protected function configure(): void
23 23
     {
24 24
         $this->setName('media:cache:jscss:clear')
25
-             ->setDescription('Clears JS/CSS cache');
25
+                ->setDescription('Clears JS/CSS cache');
26 26
     }
27 27
 
28 28
     protected function execute(InputInterface $input, OutputInterface $output): int
Please login to merge, or discard this patch.
src/N98/Magento/Command/Media/Cache/Image/ClearCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     protected function configure(): void
22 22
     {
23 23
         $this->setName('media:cache:image:clear')
24
-             ->setDescription('Clears image cache');
24
+                ->setDescription('Clears image cache');
25 25
     }
26 26
 
27 27
     protected function execute(InputInterface $input, OutputInterface $output): int
Please login to merge, or discard this patch.
src/N98/Util/Console/Helper/DatabaseHelper.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
      * in difference to @param string $name mysql variable name
141 141
      * @param string|null $type [optional] variable type, can be a system variable ("@@", default) or a session variable
142 142
      *                     ("@").
143
-          *
143
+     *
144 144
      * @return int|string|false|null variable value, null if variable was not defined
145 145
      * @throws RuntimeException in case a system variable is unknown (SQLSTATE[HY000]: 1193: Unknown system variable
146 146
      *                          'nonexistent')
Please login to merge, or discard this patch.
build/phar/_cli_stub.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,4 +21,4 @@
 block discarded – undo
21 21
 $application->setPharMode(true);
22 22
 $application->run();
23 23
 
24
-__HALT_COMPILER();
24
+__HALT_COMPILER(); 
Please login to merge, or discard this patch.