Completed
Branch master (d17104)
by Christian
21:20
created
typo3/sysext/beuser/Classes/ContextMenu/ItemProvider.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\Beuser\ContextMenu;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/t3editor/Classes/Registry/ModeRegistry.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/T3editor.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/Exception/InvalidModeException.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\Exception;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/t3editor/Classes/Hook/FileEditHook.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\Hook;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/opendocs/Classes/Service/OpenDocumentService.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\Opendocs\Service;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/opendocs/Classes/Backend/ToolbarItems/OpendocsToolbarItem.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\Opendocs\Backend\ToolbarItems;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/opendocs/Classes/Controller/OpenDocumentController.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\Opendocs\Controller;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/workspaces/Classes/Command/WorkspaceVersionRecordsCommand.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\Workspaces\Command;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.