Completed
Branch master (d17104)
by Christian
21:20
created
typo3/sysext/extbase/Classes/Validation/Validator/UrlValidator.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\Extbase\Validation\Validator;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/extbase/Classes/Mvc/Web/CacheHashEnforcer.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\Extbase\Mvc\Web;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/extbase/Classes/Mvc/View/JsonView.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
 
4 4
 namespace TYPO3\CMS\Extbase\Mvc\View;
5 5
 
Please login to merge, or discard this patch.
typo3/sysext/frontend/Classes/Composer/InstallerScripts.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\Frontend\Composer;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/frontend/Classes/Http/Application.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\Frontend\Http;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/frontend/Classes/Http/RequestHandler.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
 
4 4
 namespace TYPO3\CMS\Frontend\Http;
5 5
 
Please login to merge, or discard this patch.
typo3/sysext/frontend/Classes/Middleware/SiteResolver.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\Frontend\Middleware;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.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
 
4 4
 namespace TYPO3\CMS\Frontend\Middleware;
5 5
 
Please login to merge, or discard this patch.
typo3/sysext/frontend/Classes/Typolink/LegacyLinkBuilder.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\Frontend\Typolink;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.