Completed
Push — master ( 48bd0a...401409 )
by Tim
02:47
created
Classes/Loader/ContentObjects.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
             if (!isset($GLOBALS['TCA']['tt_content']['types'][$typeKey]['showitem'])) {
161 161
                 $baseTcaConfiguration = $this->wrapDefaultTcaConfiguration(
162 162
                     $config['fieldConfiguration'],
163
-                    (bool) $config['noHeader']
163
+                    (bool)$config['noHeader']
164 164
                 );
165 165
 
166 166
                 if (ExtensionManagementUtility::isLoaded('gridelements')) {
@@ -360,7 +360,7 @@  discard block
 block discarded – undo
360 360
     {
361 361
         $nameMapperService = GeneralUtility::makeInstance(NameMapperService::class);
362 362
         $tableName = ModelUtility::getTableName($className);
363
-        return \array_map(function ($value) use ($nameMapperService, $tableName) {
363
+        return \array_map(function($value) use ($nameMapperService, $tableName) {
364 364
             return $nameMapperService->getDatabaseFieldName($tableName, $value);
365 365
         }, ReflectionUtility::getDeclaringProperties($className));
366 366
     }
Please login to merge, or discard this patch.