@@ -186,7 +186,7 @@ |
||
186 | 186 | */ |
187 | 187 | protected function getClassPropertiesInLowerCaseUnderscored($className) |
188 | 188 | { |
189 | - return array_map(function ($value) { |
|
189 | + return array_map(function($value) { |
|
190 | 190 | return GeneralUtility::camelCaseToLowerCaseUnderscored($value); |
191 | 191 | }, ReflectionUtility::getDeclaringProperties($className)); |
192 | 192 | } |
@@ -33,7 +33,7 @@ |
||
33 | 33 | * |
34 | 34 | * @return void |
35 | 35 | */ |
36 | - public function preProcess(PageLayoutView &$parentObject, &$drawItem, &$headerContent, &$itemContent, array &$row) |
|
36 | + public function preProcess(PageLayoutView&$parentObject, &$drawItem, &$headerContent, &$itemContent, array &$row) |
|
37 | 37 | { |
38 | 38 | if (!$this->isAutoloaderContenobject($row)) { |
39 | 39 | return; |