Completed
Branch master (b5e024)
by Christian
18:16
created
typo3/sysext/backend/Classes/Controller/File/RenameFileController.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/backend/Classes/Controller/File/FileUploadController.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/backend/Classes/Controller/File/EditFileController.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/backend/Classes/Controller/File/ReplaceFileController.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/backend/Classes/Controller/File/CreateFolderController.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/backend/Classes/Controller/SiteConfigurationController.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/EditDocumentController.php 2 patches
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.
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -1832,8 +1832,8 @@  discard block
 block discarded – undo
1832 1832
                 ])
1833 1833
                 ->setHref('#')
1834 1834
                 ->setIcon($this->moduleTemplate->getIconFactory()->getIcon(
1835
-                   'actions-edit-delete',
1836
-                   Icon::SIZE_SMALL
1835
+                    'actions-edit-delete',
1836
+                    Icon::SIZE_SMALL
1837 1837
                 ))
1838 1838
                 ->setShowLabelText(true)
1839 1839
                 ->setTitle($this->getLanguageService()->getLL('deleteItem'));
@@ -2506,16 +2506,16 @@  discard block
 block discarded – undo
2506 2506
         // Add join with pages translations to only show active languages
2507 2507
         if ($table !== 'pages') {
2508 2508
             $queryBuilder->from('pages', 'o')
2509
-                         ->where(
2510
-                             $queryBuilder->expr()->eq(
2511
-                                 'o.' . $GLOBALS['TCA']['pages']['ctrl']['languageField'],
2512
-                                 $queryBuilder->quoteIdentifier('s.uid')
2513
-                             ),
2514
-                             $queryBuilder->expr()->eq(
2515
-                                 'o.' . $GLOBALS['TCA']['pages']['ctrl']['transOrigPointerField'],
2516
-                                 $queryBuilder->createNamedParameter($id, \PDO::PARAM_INT)
2517
-                             )
2518
-                         );
2509
+                            ->where(
2510
+                                $queryBuilder->expr()->eq(
2511
+                                    'o.' . $GLOBALS['TCA']['pages']['ctrl']['languageField'],
2512
+                                    $queryBuilder->quoteIdentifier('s.uid')
2513
+                                ),
2514
+                                $queryBuilder->expr()->eq(
2515
+                                    'o.' . $GLOBALS['TCA']['pages']['ctrl']['transOrigPointerField'],
2516
+                                    $queryBuilder->createNamedParameter($id, \PDO::PARAM_INT)
2517
+                                )
2518
+                            );
2519 2519
         }
2520 2520
     }
2521 2521
 
Please login to merge, or discard this patch.
typo3/sysext/backend/Classes/Controller/FlashMessageController.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/ContextMenuController.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.