Passed
Push — master ( 3e02b0...e0a47f )
by
unknown
16:25
created
tstemplate/Classes/Controller/TemplateAnalyzerModuleFunctionController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -107,8 +107,8 @@
 block discarded – undo
107 107
             1
108 108
         )));
109 109
 
110
-        $assigns['constants'] =  $this->renderTemplates($this->templateService->constants, $selectedTemplate, $highlightType === 'const', $highlightLine);
111
-        $assigns['setups'] =  $this->renderTemplates($this->templateService->config, $selectedTemplate, $highlightType === 'setup', $highlightLine);
110
+        $assigns['constants'] = $this->renderTemplates($this->templateService->constants, $selectedTemplate, $highlightType === 'const', $highlightLine);
111
+        $assigns['setups'] = $this->renderTemplates($this->templateService->config, $selectedTemplate, $highlightType === 'setup', $highlightLine);
112 112
 
113 113
         if (ExtensionManagementUtility::isLoaded('t3editor')) {
114 114
             // @todo: Let EXT:t3editor add the deps via events in the render-loops above
Please login to merge, or discard this patch.