Completed
Branch master (b5e024)
by Christian
18:16
created
typo3/sysext/sys_note/Classes/Hook/RecordListHook.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\SysNote\Hook;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/filelist/Classes/Configuration/ThumbnailConfiguration.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\Filelist\Configuration;
5 5
 
Please login to merge, or discard this patch.
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/Form/Element/RichTextElement.php 1 patch
Spacing   +19 added lines, -19 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\RteCKEditor\Form\Element;
4 4
 
5 5
 /*
@@ -96,24 +96,24 @@  discard block
 block discarded – undo
96 96
 
97 97
         $html = [];
98 98
         $html[] = '<div class="formengine-field-item t3js-formengine-field-item">';
99
-        $html[] =   $fieldInformationHtml;
100
-        $html[] =   '<div class="form-control-wrap">';
101
-        $html[] =       '<div class="form-wizards-wrap">';
102
-        $html[] =           '<div class="form-wizards-element">';
103
-        $html[] =               '<textarea ' . GeneralUtility::implodeAttributes($attributes, true) . '>';
104
-        $html[] =                   htmlspecialchars($value);
105
-        $html[] =               '</textarea>';
106
-        $html[] =           '</div>';
107
-        $html[] =           '<div class="form-wizards-items-aside">';
108
-        $html[] =               '<div class="btn-group">';
109
-        $html[] =                   $fieldControlHtml;
110
-        $html[] =               '</div>';
111
-        $html[] =           '</div>';
112
-        $html[] =           '<div class="form-wizards-items-bottom">';
113
-        $html[] =               $fieldWizardHtml;
114
-        $html[] =           '</div>';
115
-        $html[] =       '</div>';
116
-        $html[] =   '</div>';
99
+        $html[] = $fieldInformationHtml;
100
+        $html[] = '<div class="form-control-wrap">';
101
+        $html[] = '<div class="form-wizards-wrap">';
102
+        $html[] = '<div class="form-wizards-element">';
103
+        $html[] = '<textarea ' . GeneralUtility::implodeAttributes($attributes, true) . '>';
104
+        $html[] = htmlspecialchars($value);
105
+        $html[] = '</textarea>';
106
+        $html[] = '</div>';
107
+        $html[] = '<div class="form-wizards-items-aside">';
108
+        $html[] = '<div class="btn-group">';
109
+        $html[] = $fieldControlHtml;
110
+        $html[] = '</div>';
111
+        $html[] = '</div>';
112
+        $html[] = '<div class="form-wizards-items-bottom">';
113
+        $html[] = $fieldWizardHtml;
114
+        $html[] = '</div>';
115
+        $html[] = '</div>';
116
+        $html[] = '</div>';
117 117
         $html[] = '</div>';
118 118
 
119 119
         $resultArray['html'] = implode(LF, $html);
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.