Completed
Pull Request — develop (#813)
by Robbie
08:16 queued 03:39
created
src/N98/Magento/Command/Developer/Module/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/GiftCard/InfoCommand.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/Eav/Attribute/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/Eav/Attribute/ViewCommand.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/Indexer/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/Admin/User/ChangePasswordCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
                 $customer->save();
64 64
                 $output->writeln('<info>Password successfully changed</info>');
65 65
             } catch (Exception $e) {
66
-                $output->writeln('<error>' . $e->getMessage() . '</error>');
66
+                $output->writeln('<error>'.$e->getMessage().'</error>');
67 67
             }
68 68
         }
69 69
     }
Please login to merge, or discard this patch.
src/N98/Magento/Command/Admin/User/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/Config/GetCommand.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.