Completed
Branch master (b5e024)
by Christian
18:16
created
typo3/sysext/backend/Classes/Controller/File/FileController.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\Backend\Controller\File;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/saltedpasswords/Classes/Salt/BlowfishSalt.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\Saltedpasswords\Salt;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/t3editor/Classes/Registry/AddonRegistry.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\T3editor\Registry;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/t3editor/Classes/Mode.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\T3editor;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/t3editor/Classes/Addon.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\T3editor;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/saltedpasswords/Classes/Salt/SaltFactory.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\Saltedpasswords\Salt;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/saltedpasswords/Classes/Salt/ComposedSaltInterface.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\Saltedpasswords\Salt;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/saltedpasswords/Classes/Salt/Md5Salt.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\Saltedpasswords\Salt;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/saltedpasswords/Classes/Salt/PhpassSalt.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\Saltedpasswords\Salt;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.