@@ -3,7 +3,7 @@ |
||
3 | 3 | /** |
4 | 4 | * Icon loader. |
5 | 5 | */ |
6 | -declare(strict_types=1); |
|
6 | +declare(strict_types = 1); |
|
7 | 7 | |
8 | 8 | namespace HDNET\Autoloader\Loader; |
9 | 9 |
@@ -3,7 +3,7 @@ discard block |
||
3 | 3 | /** |
4 | 4 | * Loading Slots. |
5 | 5 | */ |
6 | -declare(strict_types=1); |
|
6 | +declare(strict_types = 1); |
|
7 | 7 | |
8 | 8 | namespace HDNET\Autoloader\Loader; |
9 | 9 | |
@@ -158,7 +158,7 @@ discard block |
||
158 | 158 | if (!isset($GLOBALS['TCA']['tt_content']['types'][$typeKey]['showitem'])) { |
159 | 159 | $baseTcaConfiguration = $this->wrapDefaultTcaConfiguration( |
160 | 160 | $config['fieldConfiguration'], |
161 | - (bool) $config['noHeader'] |
|
161 | + (bool)$config['noHeader'] |
|
162 | 162 | ); |
163 | 163 | |
164 | 164 | if (ExtensionManagementUtility::isLoaded('gridelements')) { |
@@ -356,7 +356,7 @@ discard block |
||
356 | 356 | */ |
357 | 357 | protected function getClassPropertiesInLowerCaseUnderscored($className) |
358 | 358 | { |
359 | - return \array_map(function ($value) { |
|
359 | + return \array_map(function($value) { |
|
360 | 360 | return GeneralUtility::camelCaseToLowerCaseUnderscored($value); |
361 | 361 | }, ReflectionUtility::getDeclaringProperties($className)); |
362 | 362 | } |
@@ -3,7 +3,7 @@ |
||
3 | 3 | /** |
4 | 4 | * Loading AbstractServerLoader. |
5 | 5 | */ |
6 | -declare(strict_types=1); |
|
6 | +declare(strict_types = 1); |
|
7 | 7 | |
8 | 8 | namespace HDNET\Autoloader\Loader; |
9 | 9 |
@@ -3,7 +3,7 @@ |
||
3 | 3 | /** |
4 | 4 | * Loading Gridelements. |
5 | 5 | */ |
6 | -declare(strict_types=1); |
|
6 | +declare(strict_types = 1); |
|
7 | 7 | |
8 | 8 | namespace HDNET\Autoloader\Loader; |
9 | 9 |
@@ -3,7 +3,7 @@ discard block |
||
3 | 3 | /** |
4 | 4 | * Loading Hooks. |
5 | 5 | */ |
6 | -declare(strict_types=1); |
|
6 | +declare(strict_types = 1); |
|
7 | 7 | |
8 | 8 | namespace HDNET\Autoloader\Loader; |
9 | 9 | |
@@ -63,7 +63,7 @@ discard block |
||
63 | 63 | /** @var $methodReflection \TYPO3\CMS\Extbase\Reflection\MethodReflection */ |
64 | 64 | $tagConfiguration = ReflectionUtility::getTagConfiguration($methodReflection, ['hook']); |
65 | 65 | if (\count($tagConfiguration['hook']) > 0) { |
66 | - $hookLocations = \array_map(function ($hook) { |
|
66 | + $hookLocations = \array_map(function($hook) { |
|
67 | 67 | return \trim($hook, " \t\n\r\0\x0B|"); |
68 | 68 | }, $tagConfiguration['hook']); |
69 | 69 |
@@ -3,7 +3,7 @@ |
||
3 | 3 | /** |
4 | 4 | * Loading TypeConverter. |
5 | 5 | */ |
6 | -declare(strict_types=1); |
|
6 | +declare(strict_types = 1); |
|
7 | 7 | |
8 | 8 | namespace HDNET\Autoloader\Loader; |
9 | 9 |
@@ -3,7 +3,7 @@ |
||
3 | 3 | /** |
4 | 4 | * Loading Xclass. |
5 | 5 | */ |
6 | -declare(strict_types=1); |
|
6 | +declare(strict_types = 1); |
|
7 | 7 | |
8 | 8 | namespace HDNET\Autoloader\Loader; |
9 | 9 |
@@ -3,7 +3,7 @@ |
||
3 | 3 | /** |
4 | 4 | * Loading CommandController. |
5 | 5 | */ |
6 | -declare(strict_types=1); |
|
6 | +declare(strict_types = 1); |
|
7 | 7 | |
8 | 8 | namespace HDNET\Autoloader\Loader; |
9 | 9 |
@@ -3,7 +3,7 @@ |
||
3 | 3 | /** |
4 | 4 | * ContextSensitiveHelp (CSH) based on smart objects. |
5 | 5 | */ |
6 | -declare(strict_types=1); |
|
6 | +declare(strict_types = 1); |
|
7 | 7 | |
8 | 8 | namespace HDNET\Autoloader\Loader; |
9 | 9 |