Passed
Push — master ( b938ea...b96626 )
by Timo
01:07
created
Classes/Controller/Backend/PageModuleSummary.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
     {
81 81
         /** @var $service \TYPO3\CMS\Extbase\Service\FlexFormService::class */
82 82
         $service = GeneralUtility::makeInstance(\TYPO3\CMS\Extbase\Service\FlexFormService::class);
83
-        $this->flexformData  = $service->convertFlexFormContentToArray($contentElement['pi_flexform']);
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.