Completed
Pull Request — master (#1335)
by Timo
36:05
created
Classes/Controller/Backend/PageModuleSummary.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -79,8 +79,8 @@
 block discarded – undo
79 79
     protected function initialize(array $contentElement)
80 80
     {
81 81
         /** @var $service \TYPO3\CMS\Extbase\Service\FlexFormService::class */
82
-        $service  = GeneralUtility::makeInstance(\TYPO3\CMS\Extbase\Service\FlexFormService::class);
83
-        $this->flexformData  = $service->convertFlexFormContentToArray($contentElement['pi_flexform']);
82
+        $service = GeneralUtility::makeInstance(\TYPO3\CMS\Extbase\Service\FlexFormService::class);
83
+        $this->flexformData = $service->convertFlexFormContentToArray($contentElement['pi_flexform']);
84 84
         $this->pluginContentElement = $contentElement;
85 85
     }
86 86
 
Please login to merge, or discard this patch.