Completed
Push — master ( 9f485c...92213d )
by Tim
01:54
created
Classes/Loader/Icon.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Classes/Loader/ContentObjects.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     }
Please login to merge, or discard this patch.
Classes/Loader/AbstractServerLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Classes/Loader/Gridelement.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Classes/Loader/Hooks.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Classes/Loader/TypeConverter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Classes/Loader/Xclass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Classes/Loader/CommandController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Classes/Loader/ContextSensitiveHelps.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.