Completed
Push — master ( b25348...fb7c08 )
by Tim
04:24
created
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.
Classes/Loader/ExtensionId.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 eID.
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/ExtensionTypoScriptSetup.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
  * ExtensionTypoScriptSetup.
5 5
  */
6
-declare(strict_types=1);
6
+declare(strict_types = 1);
7 7
 
8 8
 namespace HDNET\Autoloader\Loader;
9 9
 
@@ -87,8 +87,8 @@  discard block
 block discarded – undo
87 87
         $setup = [];
88 88
         foreach ($this->getSmartObjectsForExtensionKey($extensionKey) as $className) {
89 89
             $table = ModelUtility::getTableNameByModelReflectionAnnotation($className);
90
-            $recordType = (string) ReflectionUtility::getFirstTagValue($className, 'recordType');
91
-            $parentClass = (string) ReflectionUtility::getFirstTagValue($className, 'parentClass');
90
+            $recordType = (string)ReflectionUtility::getFirstTagValue($className, 'recordType');
91
+            $parentClass = (string)ReflectionUtility::getFirstTagValue($className, 'parentClass');
92 92
             if ('' !== $table) {
93 93
                 $setup[] = 'config.tx_extbase.persistence.classes.' . $className . '.mapping.tableName = ' . $table;
94 94
             }
Please login to merge, or discard this patch.
Classes/Loader/JsonServer.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 JsonServer.
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/Plugins.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 Plugins.
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/BackendLayout.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
  * BackendLayout.
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/FluidNamespace.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
  * FluidNamespace.
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/Domain/Model/AbstractSimpleRelation.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
  * Simple relation model.
5 5
  */
6
-declare(strict_types=1);
6
+declare(strict_types = 1);
7 7
 
8 8
 namespace HDNET\Autoloader\Domain\Model;
9 9
 
Please login to merge, or discard this patch.
Classes/Domain/Model/AbstractAdvancedRelation.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
  * Advanced relation model.
5 5
  */
6
-declare(strict_types=1);
6
+declare(strict_types = 1);
7 7
 
8 8
 namespace HDNET\Autoloader\Domain\Model;
9 9
 
Please login to merge, or discard this patch.