Completed
Branch master (b5e024)
by Christian
18:16
created
typo3/sysext/backend/Classes/Form/AbstractNode.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\Form;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/backend/Classes/ContextMenu/ContextMenu.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\ContextMenu;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/backend/Classes/ContextMenu/ItemProviders/PageProvider.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\ContextMenu\ItemProviders;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/backend/Classes/Controller/Wizard/AddController.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\Wizard;
4 4
 
5 5
 /*
@@ -284,7 +284,7 @@  discard block
 block discarded – undo
284 284
                         }
285 285
 
286 286
                         // Normalize all items to "<table>_<uid>" format
287
-                        $currentValue = array_map(function ($item) {
287
+                        $currentValue = array_map(function($item) {
288 288
                             // Handle per-item table for "group" elements
289 289
                             if (is_array($item)) {
290 290
                                 $item = $item['table'] . '_' . $item['uid'];
Please login to merge, or discard this patch.
typo3/sysext/backend/Classes/Controller/Wizard/ListController.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\Wizard;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/backend/Classes/Controller/SimpleDataHandlerController.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;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
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.