Completed
Branch master (d17104)
by Christian
21:20
created
typo3/sysext/backend/Classes/Controller/LoginController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 namespace TYPO3\CMS\Backend\Controller;
4 4
 
5 5
 /*
@@ -523,7 +523,7 @@  discard block
 block discarded – undo
523 523
             }
524 524
         }
525 525
         // sort providers
526
-        uasort($providers, function ($a, $b) {
526
+        uasort($providers, function($a, $b) {
527 527
             return $b['sorting'] - $a['sorting'];
528 528
         });
529 529
         $this->loginProviders = $providers;
Please login to merge, or discard this patch.
typo3/sysext/backend/Classes/Controller/Page/SortSubPagesController.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\Page;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
backend/Classes/Controller/ContentElement/ElementInformationController.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\ContentElement;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
backend/Classes/Controller/ContentElement/NewContentElementController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 namespace TYPO3\CMS\Backend\Controller\ContentElement;
4 4
 
5 5
 /*
@@ -660,7 +660,7 @@  discard block
 block discarded – undo
660 660
     {
661 661
         if (isset($wizardGroup[$key])) {
662 662
             $wizardGroup[$key] = GeneralUtility::trimExplode(',', $wizardGroup[$key]);
663
-            $wizardGroup[$key] = array_map(function ($s) {
663
+            $wizardGroup[$key] = array_map(function($s) {
664 664
                 return $s . '.';
665 665
             }, $wizardGroup[$key]);
666 666
         }
Please login to merge, or discard this patch.
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/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/sys_note/Classes/Hook/PageHook.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\SysNote\Hook;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.