Completed
Push — master ( a79f71...19c9d7 )
by Tim
12:15
created
Classes/Loader/ExtensionTypoScriptSetup.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
  * ExtensionTypoScriptSetup.
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/MapperInterface.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
  * Mapper Interface.
5 5
  */
6
-declare(strict_types = 1);
6
+declare(strict_types=1);
7 7
 
8 8
 namespace HDNET\Autoloader;
9 9
 
Please login to merge, or discard this patch.
Classes/SmartObjectRegister.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
  * Register for Smart Objects.
5 5
  */
6
-declare(strict_types = 1);
6
+declare(strict_types=1);
7 7
 
8 8
 namespace HDNET\Autoloader;
9 9
 
Please login to merge, or discard this patch.
Classes/Slots/SmartDatabase.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
  * Add the smart object SQL string.
5 5
  */
6
-declare(strict_types = 1);
6
+declare(strict_types=1);
7 7
 
8 8
 namespace HDNET\Autoloader\Slots;
9 9
 
Please login to merge, or discard this patch.
Classes/UserFunctions/Tca.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
  * Tca UserFunctions.
5 5
  */
6
-declare(strict_types = 1);
6
+declare(strict_types=1);
7 7
 
8 8
 namespace HDNET\Autoloader\UserFunctions;
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.
Classes/DataSetInterface.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
  * data set interface.
5 5
  */
6
-declare(strict_types = 1);
6
+declare(strict_types=1);
7 7
 
8 8
 namespace HDNET\Autoloader;
9 9
 
Please login to merge, or discard this patch.