Completed
Pull Request — develop (#1458)
by
unknown
26s
created
src/N98/Magento/Command/Developer/EmailTemplate/UsageCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
 
103 103
             foreach ($configPaths as $configPath) {
104 104
                 $return[] = [
105
-                    'id'            => $this->sanitizeEmailProperty((string)$template->getId()),
105
+                    'id'            => $this->sanitizeEmailProperty((string) $template->getId()),
106 106
                     'Template Code' => $this->sanitizeEmailProperty($template->getTemplateCode()),
107 107
                     'Scope'         => $this->sanitizeEmailProperty($configPath['scope']),
108 108
                     'Scope Id'      => $this->sanitizeEmailProperty($configPath['scope_id']),
Please login to merge, or discard this patch.