Test Failed
Branch master (137376)
by Tymoteusz
20:39
created
typo3/sysext/core/Classes/Database/Query/Restriction/DeletedRestriction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 namespace TYPO3\CMS\Core\Database\Query\Restriction;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
core/Classes/Database/Query/Restriction/BackendWorkspaceRestriction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 namespace TYPO3\CMS\Core\Database\Query\Restriction;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
core/Classes/Database/Query/Restriction/QueryRestrictionInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 namespace TYPO3\CMS\Core\Database\Query\Restriction;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
core/Classes/Database/Query/Restriction/FrontendWorkspaceRestriction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 namespace TYPO3\CMS\Core\Database\Query\Restriction;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
core/Classes/Database/Query/Restriction/FrontendRestrictionContainer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 namespace TYPO3\CMS\Core\Database\Query\Restriction;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
core/Classes/Database/Query/Restriction/AbstractRestrictionContainer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 namespace TYPO3\CMS\Core\Database\Query\Restriction;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/core/Classes/Database/Query/Restriction/EndTimeRestriction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 namespace TYPO3\CMS\Core\Database\Query\Restriction;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
sysext/core/Classes/Database/Query/Restriction/FrontendGroupRestriction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 namespace TYPO3\CMS\Core\Database\Query\Restriction;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
sysext/core/Classes/Database/Query/Restriction/RootLevelRestriction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 namespace TYPO3\CMS\Core\Database\Query\Restriction;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.