Completed
Branch master (d17104)
by Christian
21:20
created
sysext/filelist/Classes/ContextMenu/ItemProviders/FileStorageProvider.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\Filelist\ContextMenu\ItemProviders;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/lowlevel/Classes/Command/RteImagesCommand.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\Lowlevel\Command;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/lowlevel/Classes/Controller/ConfigurationController.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\Lowlevel\Controller;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/rte_ckeditor/Classes/Controller/BrowseLinksController.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\RteCKEditor\Controller;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/viewpage/Classes/Controller/ViewModuleController.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\Viewpage\Controller;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/recordlist/Classes/LinkHandler/RecordLinkHandler.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\Recordlist\LinkHandler;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/recordlist/Classes/Browser/RecordBrowser.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\Recordlist\Browser;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/recordlist/Classes/Tree/View/RecordBrowserPageTreeView.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\Recordlist\Tree\View;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/extbase/Classes/Annotation/IgnoreValidation.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\Annotation;
5 5
 
Please login to merge, or discard this patch.