Completed
Branch master (b5e024)
by Christian
18:16
created
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.
typo3/sysext/workspaces/Classes/Middleware/WorkspacePreview.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\Middleware;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
sysext/workspaces/Classes/Authentication/PreviewUserAuthentication.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\Workspaces\Authentication;
5 5
 
Please login to merge, or discard this patch.
typo3/sysext/workspaces/Classes/Controller/PreviewController.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\Controller;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/workspaces/Classes/Hook/BackendUtilityHook.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\Hook;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/backend/Classes/Composer/InstallerScripts.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\Composer;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.