Test Failed
Branch master (137376)
by Tymoteusz
20:39
created
typo3/sysext/lowlevel/Classes/Command/CleanFlexFormsCommand.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/Command/OrphanRecordsCommand.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.
sysext/lowlevel/Classes/Command/FilesWithMultipleReferencesCommand.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/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/install/Classes/Updates/RowUpdater/RowUpdaterInterface.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\Install\Updates\RowUpdater;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/backend/Classes/Controller/FormFlexAjaxController.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\Controller;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/backend/Classes/Controller/FormInlineAjaxController.php 2 patches
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\Controller;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -513,7 +513,7 @@
 block discarded – undo
513 513
             'inlineParentTableName' => $parentData['tableName'],
514 514
             'inlineParentFieldName' => $parentFieldName,
515 515
 
516
-             // values of the top most parent element set on first level and not overridden on following levels
516
+                // values of the top most parent element set on first level and not overridden on following levels
517 517
             'inlineTopMostParentUid' => $inlineTopMostParent['uid'],
518 518
             'inlineTopMostParentTableName' => $inlineTopMostParent['table'],
519 519
             'inlineTopMostParentFieldName' => $inlineTopMostParent['field'],
Please login to merge, or discard this patch.
typo3/sysext/backend/Classes/Form/NodeExpansion/FieldInformation.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\Form\NodeExpansion;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.
typo3/sysext/backend/Classes/Form/FieldControl/InsertClipboard.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\Form\FieldControl;
4 4
 
5 5
 /*
Please login to merge, or discard this patch.