Completed
Branch master (b5e024)
by Christian
18:16
created
form/Classes/ViewHelpers/GridColumnClassAutoConfigurationViewHelper.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\Form\ViewHelpers;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
form/Classes/ViewHelpers/Be/RenderContentElementPreviewViewHelper.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\Form\ViewHelpers\Be;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/form/Classes/ViewHelpers/Form/UploadedResourceViewHelper.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\Form\ViewHelpers\Form;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/form/Classes/Type/FormDefinitionArray.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\Form\Type;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/form/Classes/Hooks/DataStructureIdentifierHook.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\Form\Hooks;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/form/Classes/Exception.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\Form;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/form/Classes/Service/TranslationService.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\Form\Service;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
form/Classes/Mvc/Property/TypeConverter/FormDefinitionArrayConverter.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\Form\Mvc\Property\TypeConverter;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/form/Classes/Mvc/Property/PropertyMappingConfiguration.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\Form\Mvc\Property;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.