Passed
Push — master ( 933edc...f61bbf )
by
unknown
15:51
created
typo3/sysext/install/Classes/Service/CoreVersionService.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -105,9 +105,9 @@
 block discarded – undo
105 105
 
106 106
         return !isset($result['maintained_until']) ||
107 107
                (
108
-                   new \DateTimeImmutable($result['maintained_until']) >=
109
-                   new \DateTimeImmutable('now', new \DateTimeZone('UTC'))
110
-               );
108
+                    new \DateTimeImmutable($result['maintained_until']) >=
109
+                    new \DateTimeImmutable('now', new \DateTimeZone('UTC'))
110
+                );
111 111
     }
112 112
 
113 113
     /**
Please login to merge, or discard this patch.
typo3/sysext/indexed_search/Classes/Controller/SearchController.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -700,9 +700,9 @@
 block discarded – undo
700 700
                         $iconPath = PathUtility::stripPathSitePrefix($fullPath);
701 701
                         $this->iconFileNameCache[$imageType] = $imageInfo->getWidth()
702 702
                             ? '<img src="' . $iconPath
703
-                              . '" width="' . $imageInfo->getWidth()
704
-                              . '" height="' . $imageInfo->getHeight()
705
-                              . '" title="' . htmlspecialchars($alt) . '" alt="" />'
703
+                                . '" width="' . $imageInfo->getWidth()
704
+                                . '" height="' . $imageInfo->getHeight()
705
+                                . '" title="' . htmlspecialchars($alt) . '" alt="" />'
706 706
                             : '';
707 707
                     }
708 708
                 }
Please login to merge, or discard this patch.
typo3/sysext/adminpanel/Classes/Service/ConfigurationService.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@
 block discarded – undo
125 125
                     ($module instanceof ConfigurableInterface && $module->isEnabled())
126 126
                     || !($module instanceof ConfigurableInterface)
127 127
                 )
128
-             ) {
128
+                ) {
129 129
                 $module->onSubmit($configurationToSave, $request);
130 130
             }
131 131
             if ($module instanceof SubmoduleProviderInterface) {
Please login to merge, or discard this patch.
typo3/sysext/adminpanel/Classes/Controller/AjaxController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,8 @@
 block discarded – undo
52 52
     public function __construct(ConfigurationService $configurationService = null, ModuleLoader $moduleLoader = null)
53 53
     {
54 54
         $this->configurationService = $configurationService
55
-                                      ??
56
-                                      GeneralUtility::makeInstance(ConfigurationService::class);
55
+                                        ??
56
+                                        GeneralUtility::makeInstance(ConfigurationService::class);
57 57
         $this->adminPanelModuleConfiguration = $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['adminpanel']['modules'] ?? [];
58 58
         $this->moduleLoader = $moduleLoader ?? GeneralUtility::makeInstance(ModuleLoader::class);
59 59
     }
Please login to merge, or discard this patch.
typo3/sysext/adminpanel/Classes/Controller/MainController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,8 +81,8 @@
 block discarded – undo
81 81
         $this->moduleLoader = $moduleLoader ?? GeneralUtility::makeInstance(ModuleLoader::class);
82 82
         $this->uriBuilder = $uriBuilder ?? GeneralUtility::makeInstance(UriBuilder::class);
83 83
         $this->configurationService = $configurationService
84
-                                      ??
85
-                                      GeneralUtility::makeInstance(ConfigurationService::class);
84
+                                        ??
85
+                                        GeneralUtility::makeInstance(ConfigurationService::class);
86 86
         $this->adminPanelModuleConfiguration = $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['adminpanel']['modules'] ?? [];
87 87
     }
88 88
 
Please login to merge, or discard this patch.
Classes/ExpressionLanguage/FunctionsProvider/DefaultFunctionsProvider.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
             },
68 68
             function ($arguments, $str) {
69 69
                 return VersionNumberUtility::convertVersionNumberToInteger(TYPO3_branch) >=
70
-                   VersionNumberUtility::convertVersionNumberToInteger($str);
70
+                    VersionNumberUtility::convertVersionNumberToInteger($str);
71 71
             }
72 72
         );
73 73
     }
Please login to merge, or discard this patch.
typo3/sysext/install/Classes/Updates/TaskcenterExtractionUpdate.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
     public function getDescription(): string
89 89
     {
90 90
         return 'The extension "taskcenter" adds a view for Backend users to run configured tasks.'
91
-               . ' It is only useful if properly configured.';
91
+                . ' It is only useful if properly configured.';
92 92
     }
93 93
 
94 94
     /**
Please login to merge, or discard this patch.
typo3/sysext/backend/Classes/Utility/BackendUtility.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -418,8 +418,8 @@
 block discarded – undo
418 418
             if (!$statement) {
419 419
                 $queryBuilder = static::getQueryBuilderForTable('pages');
420 420
                 $queryBuilder->getRestrictions()
421
-                             ->removeAll()
422
-                             ->add(GeneralUtility::makeInstance(DeletedRestriction::class));
421
+                                ->removeAll()
422
+                                ->add(GeneralUtility::makeInstance(DeletedRestriction::class));
423 423
 
424 424
                 $queryBuilder
425 425
                     ->select(
Please login to merge, or discard this patch.
typo3/sysext/backend/Classes/View/PageLayoutView.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1193,7 +1193,7 @@
 block discarded – undo
1193 1193
                         ) {
1194 1194
                             if (!$hideRestrictedCols) {
1195 1195
                                 $grid .= $this->tt_content_drawColHeader($this->getLanguageService()->sL($columnConfig['name']) .
1196
-                                  ' (' . $this->getLanguageService()->getLL('noAccess') . ')');
1196
+                                    ' (' . $this->getLanguageService()->getLL('noAccess') . ')');
1197 1197
                                 $grid .= $this->dispatchSectionMarkupGeneratedEvent('before', $lP, $columnConfig);
1198 1198
                             }
1199 1199
                         } elseif (isset($columnConfig['name']) && $columnConfig['name'] !== '') {
Please login to merge, or discard this patch.