From b6508ae04a3931cd79e3051151afb85bccb4b9b1 Mon Sep 17 00:00:00 2001
From: Christian Kuhn <lolli@schwarzbu.ch>
Date: Tue, 4 Oct 2022 16:19:09 +0200
Subject: [PATCH] [TASK] Raise friendsofphp/php-cs-fixer:^3.11.0

This avoids abandoned php-cs-fixer/diff

> composer req --dev friendsofphp/php-cs-fixer:^3.11.0
> Build/Scripts/runTests.sh -s cgl -p 7.4

Change-Id: I84704208cc891916e5354c0900dc4bac4e771380
Resolves: #98522
Releases: main, 11.5
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75980
Tested-by: core-ci <typo3@b13.com>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
---
 Build/php-cs-fixer.php                        |  2 +-
 composer.json                                 |  2 +-
 composer.lock                                 | 68 +++----------------
 .../Classes/Middleware/AdminPanelRenderer.php |  1 -
 .../Classes/ModuleApi/AbstractModule.php      |  1 -
 .../ModuleApi/DataProviderInterface.php       |  1 -
 .../Classes/Modules/DebugModule.php           |  1 -
 .../Classes/Service/ModuleLoader.php          |  1 -
 .../Tests/Unit/Fixtures/MainModuleFixture.php |  1 -
 .../ItemProviders/AbstractProvider.php        |  1 -
 .../ItemProviders/PageProvider.php            |  1 -
 .../Form/Element/AbstractFormElement.php      |  4 +-
 .../Classes/Form/Element/FileInfoElement.php  |  1 -
 .../Form/Element/ImageManipulationElement.php |  1 -
 .../Classes/Form/Element/InputSlugElement.php |  1 -
 .../Form/FormDataProvider/TcaRecordTitle.php  |  3 +-
 .../backend/Classes/Module/ModuleLoader.php   |  3 +-
 .../StandardPreviewRendererResolver.php       |  1 -
 .../Security/CategoryPermissionsAspect.php    |  3 -
 .../Classes/Utility/BackendUtility.php        |  2 -
 .../BackendLayout/DefaultDataProvider.php     |  1 -
 .../backend/Classes/View/PageLayoutView.php   |  4 +-
 .../View/ProgressListenerInterface.php        |  1 -
 .../ViewHelpers/ThumbnailViewHelper.php       |  1 -
 .../SiteConfigurationControllerTest.php       |  1 -
 .../Utility/BackendUtilityTest.php            |  1 -
 .../Service/UserInformationService.php        |  1 -
 .../CommandLineUserAuthentication.php         |  1 -
 .../Classes/Cache/DatabaseSchemaService.php   |  1 -
 .../Classes/Category/CategoryRegistry.php     |  1 -
 .../Composer/PackageArtifactBuilder.php       |  4 +-
 .../core/Classes/Context/TypoScriptAspect.php |  1 -
 .../core/Classes/DataHandling/DataHandler.php |  4 +-
 .../DataHandling/PagePermissionAssembler.php  |  1 -
 .../Classes/Database/Schema/Parser/Lexer.php  |  4 +-
 .../Classes/Database/Schema/Parser/Parser.php |  4 +-
 .../Domain/Repository/PageRepository.php      |  1 -
 .../core/Classes/Html/RteHtmlParser.php       |  8 +--
 typo3/sysext/core/Classes/Http/Message.php    |  1 -
 typo3/sysext/core/Classes/Http/Request.php    |  1 -
 .../Classes/LinkHandling/EmailLinkHandler.php |  1 -
 .../Classes/LinkHandling/FileLinkHandler.php  |  1 -
 .../LinkHandling/FolderLinkHandler.php        |  1 -
 .../LegacyLinkNotationConverter.php           |  1 -
 .../Classes/LinkHandling/PageLinkHandler.php  |  1 -
 .../LinkHandling/TelephoneLinkHandler.php     |  1 -
 .../Classes/LinkHandling/UrlLinkHandler.php   |  1 -
 .../core/Classes/Localization/Locales.php     |  2 +-
 .../Classes/Preparations/TcaPreparation.php   |  1 -
 .../Processing/LocalCropScaleMaskHelper.php   |  1 -
 .../core/Classes/Resource/ResourceStorage.php |  1 -
 .../Tree/Event/ModifyTreeDataEvent.php        |  1 -
 .../TypoScript/ExtendedTemplateService.php    |  2 +-
 .../TypoScript/Parser/TypoScriptParser.php    |  2 +-
 .../Utility/ExtensionManagementUtility.php    |  6 +-
 .../Utility/IpAnonymizationUtility.php        |  1 -
 .../Install/AbstractIntroductionPackage.php   |  1 -
 .../core/Tests/Functional/RegistryTest.php    |  1 -
 .../Tests/Unit/Database/ConnectionTest.php    |  1 -
 .../PagePermissionRestrictionTest.php         |  1 -
 .../CharacterTypeAttributesTest.php           |  1 -
 .../EnumerationTypeAttributesTest.php         |  1 -
 .../NumericTypeAttributesTest.php             |  1 -
 .../LinkHandling/EmailLinkHandlerTest.php     |  1 -
 .../Unit/LinkHandling/PageLinkHandlerTest.php |  1 -
 .../LinkHandling/TelephoneLinkHandlerTest.php |  1 -
 .../Unit/LinkHandling/UrlLinkHandlerTest.php  |  1 -
 .../FlashMessageRendererResolverTest.php      |  1 -
 .../Collection/FileCollectionRegistryTest.php |  1 -
 .../ExtendedTemplateServiceTest.php           |  1 -
 .../Unit/Utility/ClassNamingUtilityTest.php   |  1 -
 .../Utility/IpAnonymizationUtilityTest.php    |  1 -
 .../Unit/Utility/VersionNumberUtilityTest.php |  1 -
 .../Utility/StringUtilityTest.php             |  1 -
 .../Classes/Domain/Model/DateExample.php      |  1 -
 .../Domain/Model/DateTimeImmutableExample.php |  1 -
 .../Classes/Domain/Model/Info.php             |  1 -
 .../Domain/Validator/PostValidator.php        |  1 -
 .../ActionControllerValidationTest.php        |  1 -
 .../Validator/DisjunctionValidatorTest.php    |  1 -
 .../ContainerPropertyInjectionTestClasses.php |  1 -
 ...xtensionSiteFilesHaveBeenImportedEvent.php |  1 -
 .../Unit/Domain/Model/DependencyTest.php      |  1 -
 .../Tests/Unit/Utility/EmConfUtilityTest.php  |  1 -
 .../Configuration/TCA/Overrides/fe_groups.php |  1 -
 .../Configuration/TCA/Overrides/fe_users.php  |  1 -
 .../Classes/ViewHelpers/Be/LinkViewHelper.php |  1 -
 .../ViewHelpers/Be/PageInfoViewHelper.php     |  1 -
 .../ViewHelpers/Be/PagePathViewHelper.php     |  1 -
 .../Classes/ViewHelpers/Be/UriViewHelper.php  |  1 -
 .../ViewHelpers/Debug/RenderViewHelper.php    |  1 -
 .../Controller/AbstractBackendController.php  |  1 -
 .../Controller/FormFrontendController.php     |  1 -
 .../FormConditionFunctionsProvider.php        |  1 -
 .../ArrayProcessing/ArrayProcessing.php       |  1 -
 .../ArrayProcessing/ArrayProcessor.php        |  1 -
 .../Configuration/ConfigurationService.php    |  1 -
 .../Processors/ProcessorInterface.php         |  1 -
 .../Converters/AbstractConverter.php          |  1 -
 .../Converters/AddHmacDataConverter.php       |  1 -
 ...HmacDataToFormElementPropertyConverter.php |  1 -
 ...taToPropertyCollectionElementConverter.php |  1 -
 .../Converters/ConverterDto.php               |  1 -
 .../Converters/ConverterInterface.php         |  1 -
 .../FinisherTranslationLanguageConverter.php  |  1 -
 .../Converters/RemoveHmacDataConverter.php    |  1 -
 .../Validators/CollectionBasedValidator.php   |  1 -
 ...reatableFormElementPropertiesValidator.php |  1 -
 ...tyCollectionElementPropertiesValidator.php |  1 -
 .../Validators/ElementBasedValidator.php      |  1 -
 .../FormElementHmacDataValidator.php          |  1 -
 ...ertyCollectionElementHmacDataValidator.php |  1 -
 .../Validators/ValidationDto.php              |  1 -
 .../Validators/ValidatorInterface.php         |  1 -
 .../FormDefinitionConversionService.php       |  1 -
 .../Extractors/AbstractExtractor.php          |  1 -
 ...dditionalElementPropertyPathsExtractor.php |  1 -
 .../Extractors/ExtractorDto.php               |  1 -
 .../Extractors/ExtractorInterface.php         |  1 -
 .../IsCreatableFormElementExtractor.php       |  1 -
 .../MultiValuePropertiesExtractor.php         |  1 -
 .../PredefinedDefaultsExtractor.php           |  1 -
 .../FormElement/PropertyPathsExtractor.php    |  1 -
 .../FormElement/SelectOptionsExtractor.php    |  1 -
 ...ablePropertyCollectionElementExtractor.php |  1 -
 .../MultiValuePropertiesExtractor.php         |  1 -
 .../PredefinedDefaultsExtractor.php           |  1 -
 .../PropertyPathsExtractor.php                |  1 -
 .../SelectOptionsExtractor.php                |  1 -
 .../Domain/Factory/ArrayFormFactory.php       |  1 -
 .../Domain/Factory/FormFactoryInterface.php   |  1 -
 .../Domain/Finishers/AbstractFinisher.php     |  1 -
 .../Domain/Finishers/ClosureFinisher.php      |  1 -
 .../Domain/Finishers/ConfirmationFinisher.php |  1 -
 .../Finishers/DeleteUploadsFinisher.php       |  1 -
 .../Domain/Finishers/FinisherContext.php      |  1 -
 .../Finishers/FinisherVariableProvider.php    |  1 -
 .../Domain/Finishers/FlashMessageFinisher.php |  1 -
 .../Domain/Finishers/RedirectFinisher.php     |  1 -
 .../Finishers/SaveToDatabaseFinisher.php      |  1 -
 .../Classes/Domain/Model/FormDefinition.php   |  1 -
 .../FormElements/AbstractFormElement.php      |  1 -
 .../Model/FormElements/AbstractSection.php    |  1 -
 .../Domain/Model/FormElements/Date.php        |  1 -
 .../Domain/Model/FormElements/DatePicker.php  |  1 -
 .../Domain/Model/FormElements/FileUpload.php  |  1 -
 .../FormElements/FormElementInterface.php     |  1 -
 .../Domain/Model/FormElements/Page.php        |  1 -
 .../Domain/Model/FormElements/Section.php     |  1 -
 .../Model/FormElements/UnknownFormElement.php |  1 -
 .../AbstractCompositeRenderable.php           |  1 -
 .../Model/Renderable/AbstractRenderable.php   |  1 -
 .../CompositeRenderableInterface.php          |  1 -
 .../Model/Renderable/RenderableInterface.php  |  1 -
 .../Model/Renderable/RenderableVariant.php    |  1 -
 .../Renderable/RenderableVariantInterface.php |  1 -
 .../Renderable/RootRenderableInterface.php    |  1 -
 .../VariableRenderableInterface.php           |  1 -
 .../Renderer/AbstractElementRenderer.php      |  1 -
 .../Domain/Renderer/FluidFormRenderer.php     |  1 -
 .../Domain/Renderer/RendererInterface.php     |  1 -
 .../form/Classes/Domain/Runtime/FormState.php |  1 -
 .../form/Classes/Hooks/FormElementHooks.php   |  1 -
 .../form/Classes/Hooks/ImportExportHook.php   |  1 -
 .../InheritancesResolverService.php           |  1 -
 .../FormPersistenceManagerInterface.php       |  1 -
 .../form/Classes/Mvc/ProcessingRule.php       |  1 -
 .../Property/PropertyMappingConfiguration.php |  1 -
 .../UploadedFileReferenceConverter.php        |  1 -
 .../form/Classes/Service/DatabaseService.php  |  1 -
 .../Classes/Service/TranslationService.php    |  1 -
 .../ViewHelpers/Form/DatePickerViewHelper.php |  1 -
 .../ViewHelpers/Form/TimePickerViewHelper.php |  1 -
 .../Form/UploadedResourceViewHelper.php       |  1 -
 .../Classes/ViewHelpers/FormViewHelper.php    |  1 -
 .../RenderRenderableViewHelper.php            |  1 -
 .../FormHandling/FormDataFactory.php          |  2 +-
 .../AbstractBackendControllerTest.php         |  1 -
 ...llectionElementPropertiesValidatorTest.php |  1 -
 .../FormDefinitionConversionServiceTest.php   |  1 -
 .../Renderable/AbstractRenderableTest.php     |  1 -
 .../Mvc/Validation/CountValidatorTest.php     |  1 -
 .../Mvc/Validation/DateRangeValidatorTest.php |  1 -
 .../Mvc/Validation/EmptyValidatorTest.php     |  1 -
 .../Form/DatePickerViewHelperTest.php         |  1 -
 .../frontend/Classes/Aspect/PreviewAspect.php |  1 -
 .../ContentObject/FilesContentObject.php      |  1 -
 .../ContentObject/ImageContentObject.php      |  1 -
 .../ContentObject/RecordsContentObject.php    |  1 -
 .../DataProcessing/FlexFormProcessor.php      |  1 -
 .../DataProcessing/GalleryProcessor.php       |  1 -
 .../ContentLengthResponseHeader.php           |  1 -
 .../frontend/Classes/Typolink/LinkResult.php  |  8 +--
 .../LocalizedSiteContentRenderingTest.php     |  1 -
 .../Classes/Controller/ExportController.php   |  1 -
 .../Classes/FileContentParser.php             |  6 +-
 .../sysext/indexed_search/Classes/Indexer.php |  1 -
 .../InfoPageTyposcriptConfigController.php    |  4 +-
 .../Controller/MaintenanceController.php      |  1 -
 .../Classes/Report/InstallStatusReport.php    |  2 +-
 .../Classes/Report/SecurityStatusReport.php   |  4 +-
 .../LocalConfigurationValueService.php        |  1 -
 .../DatabaseCheck/Platform/Sqlite.php         |  1 -
 .../Classes/Command/LostFilesCommand.php      |  1 -
 .../Classes/LinkHandler/FileLinkHandler.php   |  1 -
 .../Controller/RecyclerModuleController.php   |  1 -
 .../Classes/Service/RedirectService.php       |  4 +-
 .../Classes/Report/Status/FalStatus.php       |  1 -
 .../Controller/SchedulerModuleController.php  |  1 -
 .../Classes/Task/IpAnonymizationTask.php      |  1 -
 .../XmlSitemap/XmlSitemapPagesTest.php        |  1 -
 .../Controller/SetupModuleController.php      |  3 -
 .../sysext/sys_note/Classes/Hook/PageHook.php |  1 -
 ...mplateAnalyzerModuleFunctionController.php |  1 -
 ...ConstantEditorModuleFunctionController.php |  1 -
 ...ateInformationModuleFunctionController.php |  1 -
 .../TypoScriptTemplateModuleController.php    |  1 -
 .../Classes/Hook/DataHandlerHook.php          |  4 +-
 .../Classes/Service/GridDataService.php       |  4 +-
 219 files changed, 53 insertions(+), 306 deletions(-)

diff --git a/Build/php-cs-fixer.php b/Build/php-cs-fixer.php
index 36d12b4a0715..2a0ff240b408 100644
--- a/Build/php-cs-fixer.php
+++ b/Build/php-cs-fixer.php
@@ -75,7 +75,7 @@ return (new \PhpCsFixer\Config())
         'no_short_bool_cast' => true,
         'no_singleline_whitespace_before_semicolons' => true,
         'no_superfluous_elseif' => true,
-        'no_trailing_comma_in_singleline_array' => true,
+        'no_trailing_comma_in_singleline' => true,
         'no_unneeded_control_parentheses' => true,
         'no_unused_imports' => true,
         'no_useless_else' => true,
diff --git a/composer.json b/composer.json
index aff1b2f21a92..2cdca7987573 100644
--- a/composer.json
+++ b/composer.json
@@ -111,7 +111,7 @@
 		"codeception/module-webdriver": "^1.4.0",
 		"composer/composer": "^2.2.12",
 		"composer/package-versions-deprecated": "^1.11.99.4",
-		"friendsofphp/php-cs-fixer": "^3.9.5",
+		"friendsofphp/php-cs-fixer": "^3.11.0",
 		"friendsoftypo3/phpstan-typo3": "^0.9.0",
 		"jangregor/phpstan-prophecy": "^1.0",
 		"php-webdriver/webdriver": "^1.12.0",
diff --git a/composer.lock b/composer.lock
index cb6a5bd1b31d..9b15fcedf416 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "bfd348ea85c90b527add009e6ef66eca",
+    "content-hash": "031b9dc51c9f72e8d52753388c867559",
     "packages": [
         {
             "name": "bacon/bacon-qr-code",
@@ -6423,16 +6423,16 @@
         },
         {
             "name": "friendsofphp/php-cs-fixer",
-            "version": "v3.9.5",
+            "version": "v3.11.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
-                "reference": "4465d70ba776806857a1ac2a6f877e582445ff36"
+                "reference": "7dcdea3f2f5f473464e835be9be55283ff8cfdc3"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/4465d70ba776806857a1ac2a6f877e582445ff36",
-                "reference": "4465d70ba776806857a1ac2a6f877e582445ff36",
+                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/7dcdea3f2f5f473464e835be9be55283ff8cfdc3",
+                "reference": "7dcdea3f2f5f473464e835be9be55283ff8cfdc3",
                 "shasum": ""
             },
             "require": {
@@ -6442,7 +6442,7 @@
                 "ext-json": "*",
                 "ext-tokenizer": "*",
                 "php": "^7.4 || ^8.0",
-                "php-cs-fixer/diff": "^2.0",
+                "sebastian/diff": "^4.0",
                 "symfony/console": "^5.4 || ^6.0",
                 "symfony/event-dispatcher": "^5.4 || ^6.0",
                 "symfony/filesystem": "^5.4 || ^6.0",
@@ -6500,7 +6500,7 @@
             "description": "A tool to automatically fix PHP code style",
             "support": {
                 "issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues",
-                "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.9.5"
+                "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.11.0"
             },
             "funding": [
                 {
@@ -6508,7 +6508,7 @@
                     "type": "github"
                 }
             ],
-            "time": "2022-07-22T08:43:51+00:00"
+            "time": "2022-09-01T18:24:51+00:00"
         },
         {
             "name": "friendsoftypo3/phpstan-typo3",
@@ -6909,58 +6909,6 @@
             },
             "time": "2022-02-21T01:04:05+00:00"
         },
-        {
-            "name": "php-cs-fixer/diff",
-            "version": "v2.0.2",
-            "source": {
-                "type": "git",
-                "url": "https://github.com/PHP-CS-Fixer/diff.git",
-                "reference": "29dc0d507e838c4580d018bd8b5cb412474f7ec3"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/29dc0d507e838c4580d018bd8b5cb412474f7ec3",
-                "reference": "29dc0d507e838c4580d018bd8b5cb412474f7ec3",
-                "shasum": ""
-            },
-            "require": {
-                "php": "^5.6 || ^7.0 || ^8.0"
-            },
-            "require-dev": {
-                "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0",
-                "symfony/process": "^3.3"
-            },
-            "type": "library",
-            "autoload": {
-                "classmap": [
-                    "src/"
-                ]
-            },
-            "notification-url": "https://packagist.org/downloads/",
-            "license": [
-                "BSD-3-Clause"
-            ],
-            "authors": [
-                {
-                    "name": "Sebastian Bergmann",
-                    "email": "sebastian@phpunit.de"
-                },
-                {
-                    "name": "Kore Nordmann",
-                    "email": "mail@kore-nordmann.de"
-                }
-            ],
-            "description": "sebastian/diff v3 backport support for PHP 5.6+",
-            "homepage": "https://github.com/PHP-CS-Fixer",
-            "keywords": [
-                "diff"
-            ],
-            "support": {
-                "issues": "https://github.com/PHP-CS-Fixer/diff/issues",
-                "source": "https://github.com/PHP-CS-Fixer/diff/tree/v2.0.2"
-            },
-            "time": "2020-10-14T08:32:19+00:00"
-        },
         {
             "name": "php-webdriver/webdriver",
             "version": "1.12.0",
diff --git a/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php b/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php
index cba62fc431cc..d919c3f42ddd 100644
--- a/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php
+++ b/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php
@@ -34,7 +34,6 @@ use TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController;
  */
 class AdminPanelRenderer implements MiddlewareInterface
 {
-
     /**
      * Render the admin panel if activated
      * @param ServerRequestInterface $request
diff --git a/typo3/sysext/adminpanel/Classes/ModuleApi/AbstractModule.php b/typo3/sysext/adminpanel/Classes/ModuleApi/AbstractModule.php
index 10450f89b2ec..08159a0dc8d7 100644
--- a/typo3/sysext/adminpanel/Classes/ModuleApi/AbstractModule.php
+++ b/typo3/sysext/adminpanel/Classes/ModuleApi/AbstractModule.php
@@ -29,7 +29,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
  */
 abstract class AbstractModule implements ModuleInterface, ConfigurableInterface, SubmoduleProviderInterface
 {
-
     /**
      * @var ModuleInterface[]
      */
diff --git a/typo3/sysext/adminpanel/Classes/ModuleApi/DataProviderInterface.php b/typo3/sysext/adminpanel/Classes/ModuleApi/DataProviderInterface.php
index 82fc7c11c4ba..b521952ae4e6 100644
--- a/typo3/sysext/adminpanel/Classes/ModuleApi/DataProviderInterface.php
+++ b/typo3/sysext/adminpanel/Classes/ModuleApi/DataProviderInterface.php
@@ -28,7 +28,6 @@ use Psr\Http\Message\ServerRequestInterface;
  */
 interface DataProviderInterface
 {
-
     /**
      * @param \Psr\Http\Message\ServerRequestInterface $request
      * @return \TYPO3\CMS\Adminpanel\ModuleApi\ModuleData
diff --git a/typo3/sysext/adminpanel/Classes/Modules/DebugModule.php b/typo3/sysext/adminpanel/Classes/Modules/DebugModule.php
index a85560d4e1e9..34a93aa5990a 100644
--- a/typo3/sysext/adminpanel/Classes/Modules/DebugModule.php
+++ b/typo3/sysext/adminpanel/Classes/Modules/DebugModule.php
@@ -28,7 +28,6 @@ use TYPO3\CMS\Core\Log\LogRecord;
  */
 class DebugModule extends AbstractModule implements ShortInfoProviderInterface
 {
-
     /**
      * @inheritdoc
      */
diff --git a/typo3/sysext/adminpanel/Classes/Service/ModuleLoader.php b/typo3/sysext/adminpanel/Classes/Service/ModuleLoader.php
index 8a24e2443401..a7e99c374e3d 100644
--- a/typo3/sysext/adminpanel/Classes/Service/ModuleLoader.php
+++ b/typo3/sysext/adminpanel/Classes/Service/ModuleLoader.php
@@ -31,7 +31,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
  */
 class ModuleLoader
 {
-
     /**
      * Validates, sorts and initiates the registered modules
      *
diff --git a/typo3/sysext/adminpanel/Tests/Unit/Fixtures/MainModuleFixture.php b/typo3/sysext/adminpanel/Tests/Unit/Fixtures/MainModuleFixture.php
index 9dcf9a17587d..cfcf9763676f 100644
--- a/typo3/sysext/adminpanel/Tests/Unit/Fixtures/MainModuleFixture.php
+++ b/typo3/sysext/adminpanel/Tests/Unit/Fixtures/MainModuleFixture.php
@@ -37,7 +37,6 @@ class MainModuleFixture implements
     OnSubmitActorInterface,
     ConfigurableInterface
 {
-
     /**
      * Identifier for this module,
      * for example "preview" or "cache"
diff --git a/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/AbstractProvider.php b/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/AbstractProvider.php
index d808409db193..0ea087df17fa 100644
--- a/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/AbstractProvider.php
+++ b/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/AbstractProvider.php
@@ -29,7 +29,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
  */
 class AbstractProvider implements ProviderInterface
 {
-
     /**
      * Language Service property. Used to access localized labels
      *
diff --git a/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/PageProvider.php b/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/PageProvider.php
index 18d010449e57..8bfdf8d57e22 100644
--- a/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/PageProvider.php
+++ b/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/PageProvider.php
@@ -29,7 +29,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
  */
 class PageProvider extends RecordProvider
 {
-
     /**
      * @var string
      */
diff --git a/typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php b/typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php
index 39b48dfe4760..e48be6b947a0 100644
--- a/typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php
+++ b/typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php
@@ -294,8 +294,8 @@ abstract class AbstractFormElement extends AbstractNode
                 }
                 break;
             default:
-            // Do nothing e.g. when $format === ''
-            }
+                // Do nothing e.g. when $format === ''
+        }
         return $itemValue;
     }
 
diff --git a/typo3/sysext/backend/Classes/Form/Element/FileInfoElement.php b/typo3/sysext/backend/Classes/Form/Element/FileInfoElement.php
index 5b5961148453..eae5caeacf96 100644
--- a/typo3/sysext/backend/Classes/Form/Element/FileInfoElement.php
+++ b/typo3/sysext/backend/Classes/Form/Element/FileInfoElement.php
@@ -31,7 +31,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
  */
 class FileInfoElement extends AbstractFormElement
 {
-
     /**
      * Handler for single nodes
      *
diff --git a/typo3/sysext/backend/Classes/Form/Element/ImageManipulationElement.php b/typo3/sysext/backend/Classes/Form/Element/ImageManipulationElement.php
index 8766d3070ba1..dc6c23eaec9a 100644
--- a/typo3/sysext/backend/Classes/Form/Element/ImageManipulationElement.php
+++ b/typo3/sysext/backend/Classes/Form/Element/ImageManipulationElement.php
@@ -276,7 +276,6 @@ class ImageManipulationElement extends AbstractFormElement
 
         $cropVariants = [];
         foreach ($config['cropVariants'] as $id => $cropVariant) {
-
             // Filter allowed aspect ratios
             $cropVariant['allowedAspectRatios'] = array_filter($cropVariant['allowedAspectRatios'] ?? [], static function ($aspectRatio) {
                 return !(bool)($aspectRatio['disabled'] ?? false);
diff --git a/typo3/sysext/backend/Classes/Form/Element/InputSlugElement.php b/typo3/sysext/backend/Classes/Form/Element/InputSlugElement.php
index eca60551ee24..3dbecab0bc0a 100644
--- a/typo3/sysext/backend/Classes/Form/Element/InputSlugElement.php
+++ b/typo3/sysext/backend/Classes/Form/Element/InputSlugElement.php
@@ -30,7 +30,6 @@ use TYPO3\CMS\Core\Utility\StringUtility;
  */
 class InputSlugElement extends AbstractFormElement
 {
-
     /**
      * Default field information enabled for this element.
      *
diff --git a/typo3/sysext/backend/Classes/Form/FormDataProvider/TcaRecordTitle.php b/typo3/sysext/backend/Classes/Form/FormDataProvider/TcaRecordTitle.php
index 001d1f21e95f..0f07e978fd5f 100644
--- a/typo3/sysext/backend/Classes/Form/FormDataProvider/TcaRecordTitle.php
+++ b/typo3/sysext/backend/Classes/Form/FormDataProvider/TcaRecordTitle.php
@@ -180,8 +180,7 @@ class TcaRecordTitle implements FormDataProviderInterface
             case 'flex':
                 // @todo: Check if and how a label could be generated from flex field data
             default:
-
-            }
+        }
 
         return $recordTitle;
     }
diff --git a/typo3/sysext/backend/Classes/Module/ModuleLoader.php b/typo3/sysext/backend/Classes/Module/ModuleLoader.php
index 39a03ab78f63..921a8200d758 100644
--- a/typo3/sysext/backend/Classes/Module/ModuleLoader.php
+++ b/typo3/sysext/backend/Classes/Module/ModuleLoader.php
@@ -193,7 +193,7 @@ class ModuleLoader
         // Check if this is a submodule
         $mainModule = '';
         if (str_contains($name, '_')) {
-            [$mainModule, ] = explode('_', $name, 2);
+            [$mainModule] = explode('_', $name, 2);
         }
 
         // check if there is a navigation component (like the pagetree)
@@ -202,7 +202,6 @@ class ModuleLoader
         } elseif ($mainModule
             && is_array($this->navigationComponents[$mainModule] ?? false)
             && ($setupInformation['configuration']['inheritNavigationComponentFromMainModule'] ?? null) !== false) {
-
             // navigation component can be overridden by the main module component
             $finalModuleConfiguration['navigationComponentId'] = $this->navigationComponents[$mainModule]['componentId'];
         }
diff --git a/typo3/sysext/backend/Classes/Preview/StandardPreviewRendererResolver.php b/typo3/sysext/backend/Classes/Preview/StandardPreviewRendererResolver.php
index 644fd758570d..537a6282b983 100644
--- a/typo3/sysext/backend/Classes/Preview/StandardPreviewRendererResolver.php
+++ b/typo3/sysext/backend/Classes/Preview/StandardPreviewRendererResolver.php
@@ -68,7 +68,6 @@ class StandardPreviewRendererResolver implements PreviewRendererResolverInterfac
         }
 
         if (!$previewRendererClassName) {
-
             // Table either has no type field or no custom preview renderer was defined for the type.
             // Use table's standard renderer if any is defined.
             $previewRendererClassName = $tca['ctrl']['previewRenderer'] ?? null;
diff --git a/typo3/sysext/backend/Classes/Security/CategoryPermissionsAspect.php b/typo3/sysext/backend/Classes/Security/CategoryPermissionsAspect.php
index 5bf0aebb85ae..65fc641b7db6 100644
--- a/typo3/sysext/backend/Classes/Security/CategoryPermissionsAspect.php
+++ b/typo3/sysext/backend/Classes/Security/CategoryPermissionsAspect.php
@@ -56,7 +56,6 @@ final class CategoryPermissionsAspect
         $treeData = $event->getTreeData();
 
         if (!$GLOBALS['BE_USER']->isAdmin() && $dataProvider->getTableName() === $this->categoryTableName) {
-
             // Get User permissions related to category
             $categoryMountPoints = $GLOBALS['BE_USER']->getCategoryMountPoints();
 
@@ -116,7 +115,6 @@ final class CategoryPermissionsAspect
 
         // If any User permission, recursively traverse the tree and set tree part as mount point
         foreach ($treeNodeCollection as $treeNode) {
-
             /** @var TreeNode $treeNode */
             if ((int)$treeNode->getId() === $categoryMountPoint) {
                 $result = $treeNode;
@@ -124,7 +122,6 @@ final class CategoryPermissionsAspect
             }
 
             if ($treeNode->hasChildNodes()) {
-
                 /** @var TreeNode $node */
                 $node = $this->lookUpCategoryMountPointInTreeNodes($categoryMountPoint, $treeNode->getChildNodes());
                 if ($node !== null) {
diff --git a/typo3/sysext/backend/Classes/Utility/BackendUtility.php b/typo3/sysext/backend/Classes/Utility/BackendUtility.php
index 956ab51d2ad2..512188f969f0 100644
--- a/typo3/sysext/backend/Classes/Utility/BackendUtility.php
+++ b/typo3/sysext/backend/Classes/Utility/BackendUtility.php
@@ -3128,7 +3128,6 @@ class BackendUtility
     public static function referenceCount($table, $ref, $msg = '', $count = null)
     {
         if ($count === null) {
-
             // Build base query
             $queryBuilder = static::getQueryBuilderForTable('sys_refindex');
             $queryBuilder
@@ -3456,7 +3455,6 @@ class BackendUtility
     {
         if (ExtensionManagementUtility::isLoaded('workspaces')) {
             if ($workspace !== 0 && self::isTableWorkspaceEnabled($table)) {
-
                 // Select workspace version of record:
                 $queryBuilder = static::getQueryBuilderForTable($table);
                 $queryBuilder->getRestrictions()
diff --git a/typo3/sysext/backend/Classes/View/BackendLayout/DefaultDataProvider.php b/typo3/sysext/backend/Classes/View/BackendLayout/DefaultDataProvider.php
index cf739a0d1aa4..5de2351bd9dc 100644
--- a/typo3/sysext/backend/Classes/View/BackendLayout/DefaultDataProvider.php
+++ b/typo3/sysext/backend/Classes/View/BackendLayout/DefaultDataProvider.php
@@ -29,7 +29,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
  */
 class DefaultDataProvider implements DataProviderInterface
 {
-
     /**
      * @var string
      * Table name for backend_layouts
diff --git a/typo3/sysext/backend/Classes/View/PageLayoutView.php b/typo3/sysext/backend/Classes/View/PageLayoutView.php
index fd2acb1700f9..258049b78766 100644
--- a/typo3/sysext/backend/Classes/View/PageLayoutView.php
+++ b/typo3/sysext/backend/Classes/View/PageLayoutView.php
@@ -676,8 +676,8 @@ class PageLayoutView implements LoggerAwareInterface
                         $languageMode = $this->getLanguageService()->getLL('languageModeFree');
                         break;
                     default:
-                    // we'll let opcode optimize this intentionally empty case
-                    }
+                        // we'll let opcode optimize this intentionally empty case
+                }
             }
             $columnAttributes = [
                 'valign' => 'top',
diff --git a/typo3/sysext/backend/Classes/View/ProgressListenerInterface.php b/typo3/sysext/backend/Classes/View/ProgressListenerInterface.php
index 269634820c14..cfad9dafeb86 100644
--- a/typo3/sysext/backend/Classes/View/ProgressListenerInterface.php
+++ b/typo3/sysext/backend/Classes/View/ProgressListenerInterface.php
@@ -29,7 +29,6 @@ use Psr\Log\LogLevel;
  */
 interface ProgressListenerInterface
 {
-
     /**
      * Start a progress by using the maximum items, and an additional header message.
      *
diff --git a/typo3/sysext/backend/Classes/ViewHelpers/ThumbnailViewHelper.php b/typo3/sysext/backend/Classes/ViewHelpers/ThumbnailViewHelper.php
index a68d3533d915..77ae59169a88 100644
--- a/typo3/sysext/backend/Classes/ViewHelpers/ThumbnailViewHelper.php
+++ b/typo3/sysext/backend/Classes/ViewHelpers/ThumbnailViewHelper.php
@@ -59,7 +59,6 @@ use TYPO3Fluid\Fluid\Core\ViewHelper\Exception;
  */
 class ThumbnailViewHelper extends ImageViewHelper
 {
-
     /**
      * Initialize arguments.
      */
diff --git a/typo3/sysext/backend/Tests/Unit/Controller/SiteConfigurationControllerTest.php b/typo3/sysext/backend/Tests/Unit/Controller/SiteConfigurationControllerTest.php
index 733739c548ac..423ada2358d5 100644
--- a/typo3/sysext/backend/Tests/Unit/Controller/SiteConfigurationControllerTest.php
+++ b/typo3/sysext/backend/Tests/Unit/Controller/SiteConfigurationControllerTest.php
@@ -26,7 +26,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
  */
 class SiteConfigurationControllerTest extends UnitTestCase
 {
-
     /**
      * @test
      */
diff --git a/typo3/sysext/backend/Tests/UnitDeprecated/Utility/BackendUtilityTest.php b/typo3/sysext/backend/Tests/UnitDeprecated/Utility/BackendUtilityTest.php
index a2b796fcf00b..be42d54a892f 100644
--- a/typo3/sysext/backend/Tests/UnitDeprecated/Utility/BackendUtilityTest.php
+++ b/typo3/sysext/backend/Tests/UnitDeprecated/Utility/BackendUtilityTest.php
@@ -26,7 +26,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
  */
 class BackendUtilityTest extends UnitTestCase
 {
-
     /**
      * @test
      */
diff --git a/typo3/sysext/beuser/Classes/Service/UserInformationService.php b/typo3/sysext/beuser/Classes/Service/UserInformationService.php
index df2132187cce..fdbc1bb66485 100644
--- a/typo3/sysext/beuser/Classes/Service/UserInformationService.php
+++ b/typo3/sysext/beuser/Classes/Service/UserInformationService.php
@@ -30,7 +30,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
  */
 class UserInformationService
 {
-
     /**
      * @var IconFactory
      */
diff --git a/typo3/sysext/core/Classes/Authentication/CommandLineUserAuthentication.php b/typo3/sysext/core/Classes/Authentication/CommandLineUserAuthentication.php
index b65753880cdc..a3432532669a 100644
--- a/typo3/sysext/core/Classes/Authentication/CommandLineUserAuthentication.php
+++ b/typo3/sysext/core/Classes/Authentication/CommandLineUserAuthentication.php
@@ -29,7 +29,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
  */
 class CommandLineUserAuthentication extends BackendUserAuthentication
 {
-
     /**
      * The username of the CLI user (there is only one)
      * @var string
diff --git a/typo3/sysext/core/Classes/Cache/DatabaseSchemaService.php b/typo3/sysext/core/Classes/Cache/DatabaseSchemaService.php
index 8061003aa6ac..3b1d8702ba3f 100644
--- a/typo3/sysext/core/Classes/Cache/DatabaseSchemaService.php
+++ b/typo3/sysext/core/Classes/Cache/DatabaseSchemaService.php
@@ -22,7 +22,6 @@ use TYPO3\CMS\Core\Database\Event\AlterTableDefinitionStatementsEvent;
  */
 final class DatabaseSchemaService
 {
-
     /**
      * An event listener to inject the required caching framework database tables to the
      * tables definitions string
diff --git a/typo3/sysext/core/Classes/Category/CategoryRegistry.php b/typo3/sysext/core/Classes/Category/CategoryRegistry.php
index 0dce0a03139c..8ff9fd6346dd 100644
--- a/typo3/sysext/core/Classes/Category/CategoryRegistry.php
+++ b/typo3/sysext/core/Classes/Category/CategoryRegistry.php
@@ -274,7 +274,6 @@ class CategoryRegistry implements SingletonInterface
      */
     protected function addToAllTCAtypes($tableName, $fieldName, array $options)
     {
-
         // Makes sure to add more TCA to an existing structure
         if (isset($GLOBALS['TCA'][$tableName]['columns'])) {
             if (empty($options['fieldList'])) {
diff --git a/typo3/sysext/core/Classes/Composer/PackageArtifactBuilder.php b/typo3/sysext/core/Classes/Composer/PackageArtifactBuilder.php
index d5dc482db30a..8e8bb60a8f8d 100644
--- a/typo3/sysext/core/Classes/Composer/PackageArtifactBuilder.php
+++ b/typo3/sysext/core/Classes/Composer/PackageArtifactBuilder.php
@@ -202,7 +202,7 @@ class PackageArtifactBuilder extends PackageManager implements InstallerScript
                 $autoLoadGenerator->buildPackageMap($composer->getInstallationManager(), $rootPackage, $localRepo->getCanonicalPackages()),
                 function (array $packageAndPath) {
                     /** @var PackageInterface $composerPackage */
-                    [$composerPackage,] = $packageAndPath;
+                    [$composerPackage] = $packageAndPath;
                     // Filter all Composer packages without typo3/cms definition, but keep all
                     // package names, to be able to ignore Composer only dependencies when ordering the packages
                     $this->availableComposerPackageKeys[$composerPackage->getName()] = true;
@@ -274,7 +274,7 @@ class PackageArtifactBuilder extends PackageManager implements InstallerScript
                 continue;
             }
             $relativePath = substr($fileSystemResourcesPath, strlen($baseDir));
-            [$relativePrefix,] = explode('Resources/Public', $relativePath);
+            [$relativePrefix] = explode('Resources/Public', $relativePath);
             $publicResourcesPath = $fileSystem->normalizePath($this->config->get('web-dir') . '/_assets/' . md5($relativePrefix));
             $fileSystem->ensureDirectoryExists(dirname($publicResourcesPath));
             if (!$fileSystem->isSymlinkedDirectory($publicResourcesPath)) {
diff --git a/typo3/sysext/core/Classes/Context/TypoScriptAspect.php b/typo3/sysext/core/Classes/Context/TypoScriptAspect.php
index af27d4c90e12..6c10fdbbc803 100644
--- a/typo3/sysext/core/Classes/Context/TypoScriptAspect.php
+++ b/typo3/sysext/core/Classes/Context/TypoScriptAspect.php
@@ -27,7 +27,6 @@ use TYPO3\CMS\Core\Context\Exception\AspectPropertyNotFoundException;
  */
 class TypoScriptAspect implements AspectInterface
 {
-
     /**
      * @var bool
      */
diff --git a/typo3/sysext/core/Classes/DataHandling/DataHandler.php b/typo3/sysext/core/Classes/DataHandling/DataHandler.php
index 0f84c646a89b..701ae5e674ba 100644
--- a/typo3/sysext/core/Classes/DataHandling/DataHandler.php
+++ b/typo3/sysext/core/Classes/DataHandling/DataHandler.php
@@ -1557,8 +1557,8 @@ class DataHandler implements LoggerAwareInterface
                 }
                 break;
             default:
-            // Do nothing
-            }
+                // Do nothing
+        }
         $res = $this->checkValueForInternalReferences($res, $value, $tcaFieldConf, $table, $id, $field);
         return $res;
     }
diff --git a/typo3/sysext/core/Classes/DataHandling/PagePermissionAssembler.php b/typo3/sysext/core/Classes/DataHandling/PagePermissionAssembler.php
index 24f0c7738d25..12e21a396778 100644
--- a/typo3/sysext/core/Classes/DataHandling/PagePermissionAssembler.php
+++ b/typo3/sysext/core/Classes/DataHandling/PagePermissionAssembler.php
@@ -32,7 +32,6 @@ use TYPO3\CMS\Core\Utility\MathUtility;
  */
 class PagePermissionAssembler
 {
-
     /**
      * Can be overridden from $GLOBALS['TYPO3_CONF_VARS']['BE']['defaultPermissions']
      *
diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/Lexer.php b/typo3/sysext/core/Classes/Database/Schema/Parser/Lexer.php
index c54dce78d3e7..67bac2558042 100644
--- a/typo3/sysext/core/Classes/Database/Schema/Parser/Lexer.php
+++ b/typo3/sysext/core/Classes/Database/Schema/Parser/Lexer.php
@@ -272,8 +272,8 @@ class Lexer extends AbstractLexer
                 return self::T_CLOSE_CURLY_BRACE;
                 // Default
             default:
-            // Do nothing
-            }
+                // Do nothing
+        }
 
         return $type;
     }
diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/Parser.php b/typo3/sysext/core/Classes/Database/Schema/Parser/Parser.php
index e3316f5499ec..c81c1f5c0c3a 100644
--- a/typo3/sysext/core/Classes/Database/Schema/Parser/Parser.php
+++ b/typo3/sysext/core/Classes/Database/Schema/Parser/Parser.php
@@ -282,8 +282,8 @@ class Parser
                     --$numUnmatched;
                     break;
                 default:
-                // Do nothing
-                }
+                    // Do nothing
+            }
 
             $token = $this->lexer->peek();
         }
diff --git a/typo3/sysext/core/Classes/Domain/Repository/PageRepository.php b/typo3/sysext/core/Classes/Domain/Repository/PageRepository.php
index 80f76a6f8450..6ba4946494d6 100644
--- a/typo3/sysext/core/Classes/Domain/Repository/PageRepository.php
+++ b/typo3/sysext/core/Classes/Domain/Repository/PageRepository.php
@@ -912,7 +912,6 @@ class PageRepository implements LoggerAwareInterface
 
         // There is a valid mount point in overlay mode.
         if (is_array($mountPointInfo) && $mountPointInfo['overlay']) {
-
             // Using "getPage" is OK since we need the check for enableFields AND for type 2
             // of mount pids we DO require a doktype < 200!
             $mountPointPage = $this->getPage($mountPointInfo['mount_pid']);
diff --git a/typo3/sysext/core/Classes/Html/RteHtmlParser.php b/typo3/sysext/core/Classes/Html/RteHtmlParser.php
index 8167dc0b1fff..9187b5b826ae 100644
--- a/typo3/sysext/core/Classes/Html/RteHtmlParser.php
+++ b/typo3/sysext/core/Classes/Html/RteHtmlParser.php
@@ -198,8 +198,8 @@ class RteHtmlParser extends HtmlParser implements LoggerAwareInterface
                         $value = $this->TS_transform_rte($value);
                         break;
                     default:
-                    // Do nothing
-                    }
+                        // Do nothing
+                }
             }
         }
         // If an exit HTML cleaner was configured, pass the content through the HTMLcleaner
@@ -253,8 +253,8 @@ class RteHtmlParser extends HtmlParser implements LoggerAwareInterface
                         $value = $this->TS_transform_db($value);
                         break;
                     default:
-                    // Do nothing
-                    }
+                        // Do nothing
+                }
             }
         }
         // process markup with HTML Sanitizer
diff --git a/typo3/sysext/core/Classes/Http/Message.php b/typo3/sysext/core/Classes/Http/Message.php
index fcf8f14282cf..19fee8cac42e 100644
--- a/typo3/sysext/core/Classes/Http/Message.php
+++ b/typo3/sysext/core/Classes/Http/Message.php
@@ -469,7 +469,6 @@ class Message implements MessageInterface
         }
 
         foreach (unpack('C*', $value) as $ascii) {
-
             // Non-visible, non-whitespace characters
             // 9 === horizontal tab
             // 32-126, 128-254 === visible
diff --git a/typo3/sysext/core/Classes/Http/Request.php b/typo3/sysext/core/Classes/Http/Request.php
index 014f0332b93b..4a2456248c00 100644
--- a/typo3/sysext/core/Classes/Http/Request.php
+++ b/typo3/sysext/core/Classes/Http/Request.php
@@ -90,7 +90,6 @@ class Request extends Message implements RequestInterface
      */
     public function __construct($uri = null, $method = null, $body = 'php://input', array $headers = [])
     {
-
         // Build a streamable object for the body
         if ($body !== null && !is_string($body) && !is_resource($body) && !$body instanceof StreamInterface) {
             throw new \InvalidArgumentException('Body must be a string stream resource identifier, a stream resource, or a StreamInterface instance', 1436717271);
diff --git a/typo3/sysext/core/Classes/LinkHandling/EmailLinkHandler.php b/typo3/sysext/core/Classes/LinkHandling/EmailLinkHandler.php
index eca85f69727a..a1c43b9e0a09 100644
--- a/typo3/sysext/core/Classes/LinkHandling/EmailLinkHandler.php
+++ b/typo3/sysext/core/Classes/LinkHandling/EmailLinkHandler.php
@@ -22,7 +22,6 @@ namespace TYPO3\CMS\Core\LinkHandling;
  */
 class EmailLinkHandler implements LinkHandlingInterface
 {
-
     /**
      * Returns the link to an email as a string
      *
diff --git a/typo3/sysext/core/Classes/LinkHandling/FileLinkHandler.php b/typo3/sysext/core/Classes/LinkHandling/FileLinkHandler.php
index 50bb08ac5da3..5dc7cf17ca53 100644
--- a/typo3/sysext/core/Classes/LinkHandling/FileLinkHandler.php
+++ b/typo3/sysext/core/Classes/LinkHandling/FileLinkHandler.php
@@ -29,7 +29,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
  */
 class FileLinkHandler implements LinkHandlingInterface
 {
-
     /**
      * The Base URN
      * @var string
diff --git a/typo3/sysext/core/Classes/LinkHandling/FolderLinkHandler.php b/typo3/sysext/core/Classes/LinkHandling/FolderLinkHandler.php
index e9632f4d857d..91b7550bc4dc 100644
--- a/typo3/sysext/core/Classes/LinkHandling/FolderLinkHandler.php
+++ b/typo3/sysext/core/Classes/LinkHandling/FolderLinkHandler.php
@@ -29,7 +29,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
  */
 class FolderLinkHandler implements LinkHandlingInterface
 {
-
     /**
      * The Base URN
      * @var string
diff --git a/typo3/sysext/core/Classes/LinkHandling/LegacyLinkNotationConverter.php b/typo3/sysext/core/Classes/LinkHandling/LegacyLinkNotationConverter.php
index faf00cd34369..c6fbd4ff97aa 100644
--- a/typo3/sysext/core/Classes/LinkHandling/LegacyLinkNotationConverter.php
+++ b/typo3/sysext/core/Classes/LinkHandling/LegacyLinkNotationConverter.php
@@ -33,7 +33,6 @@ use TYPO3\CMS\Core\Utility\MathUtility;
  */
 class LegacyLinkNotationConverter
 {
-
     /**
      * @var ResourceFactory
      */
diff --git a/typo3/sysext/core/Classes/LinkHandling/PageLinkHandler.php b/typo3/sysext/core/Classes/LinkHandling/PageLinkHandler.php
index a50e2598a5f0..bcae5aa745a4 100644
--- a/typo3/sysext/core/Classes/LinkHandling/PageLinkHandler.php
+++ b/typo3/sysext/core/Classes/LinkHandling/PageLinkHandler.php
@@ -22,7 +22,6 @@ namespace TYPO3\CMS\Core\LinkHandling;
  */
 class PageLinkHandler implements LinkHandlingInterface
 {
-
     /**
      * The Base URN for this link handling to act on
      * @var string
diff --git a/typo3/sysext/core/Classes/LinkHandling/TelephoneLinkHandler.php b/typo3/sysext/core/Classes/LinkHandling/TelephoneLinkHandler.php
index 53cce5b8f4c2..6f062ee18781 100644
--- a/typo3/sysext/core/Classes/LinkHandling/TelephoneLinkHandler.php
+++ b/typo3/sysext/core/Classes/LinkHandling/TelephoneLinkHandler.php
@@ -22,7 +22,6 @@ namespace TYPO3\CMS\Core\LinkHandling;
  */
 class TelephoneLinkHandler implements LinkHandlingInterface
 {
-
     /**
      * Returns the link to a telephone number as a string
      *
diff --git a/typo3/sysext/core/Classes/LinkHandling/UrlLinkHandler.php b/typo3/sysext/core/Classes/LinkHandling/UrlLinkHandler.php
index 7a0df4f5e115..a2b3814a4bbc 100644
--- a/typo3/sysext/core/Classes/LinkHandling/UrlLinkHandler.php
+++ b/typo3/sysext/core/Classes/LinkHandling/UrlLinkHandler.php
@@ -20,7 +20,6 @@ namespace TYPO3\CMS\Core\LinkHandling;
  */
 class UrlLinkHandler implements LinkHandlingInterface
 {
-
     /**
      * Returns the URL as given
      *
diff --git a/typo3/sysext/core/Classes/Localization/Locales.php b/typo3/sysext/core/Classes/Localization/Locales.php
index d35b7d076ed9..2361be6d8d14 100644
--- a/typo3/sysext/core/Classes/Localization/Locales.php
+++ b/typo3/sysext/core/Classes/Localization/Locales.php
@@ -242,7 +242,7 @@ class Locales implements SingletonInterface
                 break;
             }
             // Strip the country code from the end
-            [$preferredLanguage, ] = explode('-', $preferredLanguage);
+            [$preferredLanguage] = explode('-', $preferredLanguage);
             if (isset($allLanguageCodesFromLocales[$preferredLanguage])) {
                 $selectedLanguage = $allLanguageCodesFromLocales[$preferredLanguage];
                 break;
diff --git a/typo3/sysext/core/Classes/Preparations/TcaPreparation.php b/typo3/sysext/core/Classes/Preparations/TcaPreparation.php
index 2780461c07d1..95da7800f7fe 100644
--- a/typo3/sysext/core/Classes/Preparations/TcaPreparation.php
+++ b/typo3/sysext/core/Classes/Preparations/TcaPreparation.php
@@ -29,7 +29,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
  */
 class TcaPreparation
 {
-
     /**
      * Prepare TCA
      *
diff --git a/typo3/sysext/core/Classes/Resource/Processing/LocalCropScaleMaskHelper.php b/typo3/sysext/core/Classes/Resource/Processing/LocalCropScaleMaskHelper.php
index 432042bdd9e2..6cfdd5cf1534 100644
--- a/typo3/sysext/core/Classes/Resource/Processing/LocalCropScaleMaskHelper.php
+++ b/typo3/sysext/core/Classes/Resource/Processing/LocalCropScaleMaskHelper.php
@@ -78,7 +78,6 @@ class LocalCropScaleMaskHelper
 
         $croppedImage = null;
         if (!empty($configuration['crop'])) {
-
             // check if it is a json object
             $cropData = json_decode($configuration['crop']);
             if ($cropData) {
diff --git a/typo3/sysext/core/Classes/Resource/ResourceStorage.php b/typo3/sysext/core/Classes/Resource/ResourceStorage.php
index c04fc87b4c39..93b67b13a947 100644
--- a/typo3/sysext/core/Classes/Resource/ResourceStorage.php
+++ b/typo3/sysext/core/Classes/Resource/ResourceStorage.php
@@ -2334,7 +2334,6 @@ class ResourceStorage implements ResourceStorageInterface
      */
     public function renameFolder($folderObject, $newName)
     {
-
         // Renaming the folder should check if the parent folder is writable
         // We cannot do this however because we cannot extract the parent folder from a folder currently
         if (!$this->checkFolderActionPermission('rename', $folderObject)) {
diff --git a/typo3/sysext/core/Classes/Tree/Event/ModifyTreeDataEvent.php b/typo3/sysext/core/Classes/Tree/Event/ModifyTreeDataEvent.php
index 477c09c53491..eb69d6825cb7 100644
--- a/typo3/sysext/core/Classes/Tree/Event/ModifyTreeDataEvent.php
+++ b/typo3/sysext/core/Classes/Tree/Event/ModifyTreeDataEvent.php
@@ -25,7 +25,6 @@ use TYPO3\CMS\Core\Tree\TableConfiguration\AbstractTableConfigurationTreeDataPro
  */
 final class ModifyTreeDataEvent
 {
-
     /**
      * @var TreeNode
      */
diff --git a/typo3/sysext/core/Classes/TypoScript/ExtendedTemplateService.php b/typo3/sysext/core/Classes/TypoScript/ExtendedTemplateService.php
index b922fac0f995..6cae5f4eaacd 100644
--- a/typo3/sysext/core/Classes/TypoScript/ExtendedTemplateService.php
+++ b/typo3/sysext/core/Classes/TypoScript/ExtendedTemplateService.php
@@ -242,7 +242,7 @@ class ExtendedTemplateService extends TemplateService
                 );
                 break;
             default:
-            }
+        }
         return $all;
     }
 
diff --git a/typo3/sysext/core/Classes/TypoScript/Parser/TypoScriptParser.php b/typo3/sysext/core/Classes/TypoScript/Parser/TypoScriptParser.php
index e6d9fee862cd..e44db629cbe5 100644
--- a/typo3/sysext/core/Classes/TypoScript/Parser/TypoScriptParser.php
+++ b/typo3/sysext/core/Classes/TypoScript/Parser/TypoScriptParser.php
@@ -808,7 +808,7 @@ class TypoScriptParser
                     $filePointerPathParts = explode('/', substr($filename, 4));
 
                     // remove file part, determine whether to load setup or constants
-                    [$includeType, ] = explode('.', (string)array_pop($filePointerPathParts));
+                    [$includeType] = explode('.', (string)array_pop($filePointerPathParts));
 
                     if (in_array($includeType, ['setup', 'constants'])) {
                         // adapt extension key to required format (no underscores)
diff --git a/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php b/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php
index 9da8b7a5bbc7..a3e7ea3359f1 100644
--- a/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php
+++ b/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php
@@ -293,8 +293,8 @@ class ExtensionManagementUtility
                                     }
                                     break;
                                 default:
-                                // Intentionally left blank
-                                }
+                                    // Intentionally left blank
+                            }
                         }
                     }
                 }
@@ -699,7 +699,7 @@ class ExtensionManagementUtility
                 $newList = preg_replace($pattern, '$1' . $insertionList . '$4', $list);
                 break;
             default:
-            }
+        }
 
         // When preg_replace did not replace anything; append the $insertionList.
         if ($list === $newList) {
diff --git a/typo3/sysext/core/Classes/Utility/IpAnonymizationUtility.php b/typo3/sysext/core/Classes/Utility/IpAnonymizationUtility.php
index 26dfc7553f43..75156480afae 100644
--- a/typo3/sysext/core/Classes/Utility/IpAnonymizationUtility.php
+++ b/typo3/sysext/core/Classes/Utility/IpAnonymizationUtility.php
@@ -24,7 +24,6 @@ namespace TYPO3\CMS\Core\Utility;
  */
 class IpAnonymizationUtility
 {
-
     /**
      * IPv4 netmask used to anonymize IPv4 address.
      *
diff --git a/typo3/sysext/core/Tests/Acceptance/Install/AbstractIntroductionPackage.php b/typo3/sysext/core/Tests/Acceptance/Install/AbstractIntroductionPackage.php
index 6a9b78dd4264..5210c93dc91e 100644
--- a/typo3/sysext/core/Tests/Acceptance/Install/AbstractIntroductionPackage.php
+++ b/typo3/sysext/core/Tests/Acceptance/Install/AbstractIntroductionPackage.php
@@ -21,7 +21,6 @@ use TYPO3\CMS\Core\Tests\Acceptance\Support\InstallTester;
 
 class AbstractIntroductionPackage
 {
-
     /**
      * @param InstallTester $I
      */
diff --git a/typo3/sysext/core/Tests/Functional/RegistryTest.php b/typo3/sysext/core/Tests/Functional/RegistryTest.php
index e67241ba9152..6b31d8e17e92 100644
--- a/typo3/sysext/core/Tests/Functional/RegistryTest.php
+++ b/typo3/sysext/core/Tests/Functional/RegistryTest.php
@@ -27,7 +27,6 @@ use TYPO3\TestingFramework\Core\Functional\FunctionalTestCase;
  */
 class RegistryTest extends FunctionalTestCase
 {
-
     /**
      * @test
      */
diff --git a/typo3/sysext/core/Tests/Unit/Database/ConnectionTest.php b/typo3/sysext/core/Tests/Unit/Database/ConnectionTest.php
index b31eb0dde54c..022afc9cf487 100644
--- a/typo3/sysext/core/Tests/Unit/Database/ConnectionTest.php
+++ b/typo3/sysext/core/Tests/Unit/Database/ConnectionTest.php
@@ -218,7 +218,6 @@ class ConnectionTest extends UnitTestCase
      */
     public function insertQueries(array $args, string $expectedQuery, array $expectedValues, array $expectedTypes): void
     {
-
         // @todo drop else branch and condition once doctrine/dbal is requried in version 2.11.0 minimum
         if (method_exists(Connection::class, 'executeStatement')) {
             $this->connection->expects(self::once())
diff --git a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/PagePermissionRestrictionTest.php b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/PagePermissionRestrictionTest.php
index 730663e6398c..1d613cc46223 100644
--- a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/PagePermissionRestrictionTest.php
+++ b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/PagePermissionRestrictionTest.php
@@ -23,7 +23,6 @@ use TYPO3\CMS\Core\Type\Bitmask\Permission;
 
 class PagePermissionRestrictionTest extends AbstractRestrictionTestCase
 {
-
     /**
      * Builds a shell for the user aspect object which returns the checked values in the Restriction.
      *
diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/CharacterTypeAttributesTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/CharacterTypeAttributesTest.php
index 62703256edb7..418fa6c88d5d 100644
--- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/CharacterTypeAttributesTest.php
+++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/CharacterTypeAttributesTest.php
@@ -25,7 +25,6 @@ use TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser\AbstractDataTypeBaseTestCas
  */
 class CharacterTypeAttributesTest extends AbstractDataTypeBaseTestCase
 {
-
     /**
      * Data provider for canParseCharacterDataTypeAttributes()
      *
diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/EnumerationTypeAttributesTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/EnumerationTypeAttributesTest.php
index 524052693e36..63804984969d 100644
--- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/EnumerationTypeAttributesTest.php
+++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/EnumerationTypeAttributesTest.php
@@ -25,7 +25,6 @@ use TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser\AbstractDataTypeBaseTestCas
  */
 class EnumerationTypeAttributesTest extends AbstractDataTypeBaseTestCase
 {
-
     /**
      * Data provider for canParseEnumerationDataTypeAttributes()
      *
diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/NumericTypeAttributesTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/NumericTypeAttributesTest.php
index 50892e000392..09936fbc18b2 100644
--- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/NumericTypeAttributesTest.php
+++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/NumericTypeAttributesTest.php
@@ -25,7 +25,6 @@ use TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser\AbstractDataTypeBaseTestCas
  */
 class NumericTypeAttributesTest extends AbstractDataTypeBaseTestCase
 {
-
     /**
      * Data provider for canParseNumericDataTypeAttributes()
      *
diff --git a/typo3/sysext/core/Tests/Unit/LinkHandling/EmailLinkHandlerTest.php b/typo3/sysext/core/Tests/Unit/LinkHandling/EmailLinkHandlerTest.php
index b4d9dbfd4beb..934361a7986d 100644
--- a/typo3/sysext/core/Tests/Unit/LinkHandling/EmailLinkHandlerTest.php
+++ b/typo3/sysext/core/Tests/Unit/LinkHandling/EmailLinkHandlerTest.php
@@ -22,7 +22,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
 
 class EmailLinkHandlerTest extends UnitTestCase
 {
-
     /**
      * Data to resolve strings to arrays and vice versa, external, mail, page
      */
diff --git a/typo3/sysext/core/Tests/Unit/LinkHandling/PageLinkHandlerTest.php b/typo3/sysext/core/Tests/Unit/LinkHandling/PageLinkHandlerTest.php
index e8705ff47ce4..01466b28172f 100644
--- a/typo3/sysext/core/Tests/Unit/LinkHandling/PageLinkHandlerTest.php
+++ b/typo3/sysext/core/Tests/Unit/LinkHandling/PageLinkHandlerTest.php
@@ -22,7 +22,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
 
 class PageLinkHandlerTest extends UnitTestCase
 {
-
     /**
      * Data to resolve strings to arrays and vice versa, external, mail, page
      *
diff --git a/typo3/sysext/core/Tests/Unit/LinkHandling/TelephoneLinkHandlerTest.php b/typo3/sysext/core/Tests/Unit/LinkHandling/TelephoneLinkHandlerTest.php
index 38b06f45df03..1b36ba5f932c 100644
--- a/typo3/sysext/core/Tests/Unit/LinkHandling/TelephoneLinkHandlerTest.php
+++ b/typo3/sysext/core/Tests/Unit/LinkHandling/TelephoneLinkHandlerTest.php
@@ -25,7 +25,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
  */
 class TelephoneLinkHandlerTest extends UnitTestCase
 {
-
     /**
      * Data to resolve strings to arrays and vice versa, external, mail, page
      *
diff --git a/typo3/sysext/core/Tests/Unit/LinkHandling/UrlLinkHandlerTest.php b/typo3/sysext/core/Tests/Unit/LinkHandling/UrlLinkHandlerTest.php
index 61be21832fff..a4ba0bbc2d6d 100644
--- a/typo3/sysext/core/Tests/Unit/LinkHandling/UrlLinkHandlerTest.php
+++ b/typo3/sysext/core/Tests/Unit/LinkHandling/UrlLinkHandlerTest.php
@@ -23,7 +23,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
 
 class UrlLinkHandlerTest extends UnitTestCase
 {
-
     /**
      * Data to resolve strings to arrays and vice versa, external, mail, page
      *
diff --git a/typo3/sysext/core/Tests/Unit/Messaging/FlashMessageRendererResolverTest.php b/typo3/sysext/core/Tests/Unit/Messaging/FlashMessageRendererResolverTest.php
index 1e3d46cf1740..e4b649fea84c 100644
--- a/typo3/sysext/core/Tests/Unit/Messaging/FlashMessageRendererResolverTest.php
+++ b/typo3/sysext/core/Tests/Unit/Messaging/FlashMessageRendererResolverTest.php
@@ -27,7 +27,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
  */
 class FlashMessageRendererResolverTest extends UnitTestCase
 {
-
     /**
      * @test
      */
diff --git a/typo3/sysext/core/Tests/Unit/Resource/Collection/FileCollectionRegistryTest.php b/typo3/sysext/core/Tests/Unit/Resource/Collection/FileCollectionRegistryTest.php
index a348f2e12937..5ac22098219e 100644
--- a/typo3/sysext/core/Tests/Unit/Resource/Collection/FileCollectionRegistryTest.php
+++ b/typo3/sysext/core/Tests/Unit/Resource/Collection/FileCollectionRegistryTest.php
@@ -166,7 +166,6 @@ class FileCollectionRegistryTest extends BaseTestCase
      */
     public function addNewTypeToTCA(): void
     {
-
         // Create a TCA fixture for sys_file_collection
         $GLOBALS['TCA']['sys_file_collection'] = [
             'types' => [
diff --git a/typo3/sysext/core/Tests/Unit/TypoScript/ExtendedTemplateServiceTest.php b/typo3/sysext/core/Tests/Unit/TypoScript/ExtendedTemplateServiceTest.php
index dcb9c4844acc..6d193da333e7 100644
--- a/typo3/sysext/core/Tests/Unit/TypoScript/ExtendedTemplateServiceTest.php
+++ b/typo3/sysext/core/Tests/Unit/TypoScript/ExtendedTemplateServiceTest.php
@@ -27,7 +27,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
  */
 class ExtendedTemplateServiceTest extends UnitTestCase
 {
-
     /**
      * @var ExtendedTemplateService|MockObject|AccessibleObjectInterface
      */
diff --git a/typo3/sysext/core/Tests/Unit/Utility/ClassNamingUtilityTest.php b/typo3/sysext/core/Tests/Unit/Utility/ClassNamingUtilityTest.php
index 35537f0787c2..8b90308daf1a 100644
--- a/typo3/sysext/core/Tests/Unit/Utility/ClassNamingUtilityTest.php
+++ b/typo3/sysext/core/Tests/Unit/Utility/ClassNamingUtilityTest.php
@@ -25,7 +25,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
  */
 class ClassNamingUtilityTest extends UnitTestCase
 {
-
     /**
      * DataProvider for translateModelNameToRepositoryName
      * and translateRepositoryNameToModelName
diff --git a/typo3/sysext/core/Tests/Unit/Utility/IpAnonymizationUtilityTest.php b/typo3/sysext/core/Tests/Unit/Utility/IpAnonymizationUtilityTest.php
index e712c902a940..c21cb38450ee 100644
--- a/typo3/sysext/core/Tests/Unit/Utility/IpAnonymizationUtilityTest.php
+++ b/typo3/sysext/core/Tests/Unit/Utility/IpAnonymizationUtilityTest.php
@@ -25,7 +25,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
  */
 class IpAnonymizationUtilityTest extends UnitTestCase
 {
-
     /**
      * Data provider for anonymizeIpReturnsCorrectValue
      *
diff --git a/typo3/sysext/core/Tests/Unit/Utility/VersionNumberUtilityTest.php b/typo3/sysext/core/Tests/Unit/Utility/VersionNumberUtilityTest.php
index c11979f134fc..b34e2312ff81 100644
--- a/typo3/sysext/core/Tests/Unit/Utility/VersionNumberUtilityTest.php
+++ b/typo3/sysext/core/Tests/Unit/Utility/VersionNumberUtilityTest.php
@@ -26,7 +26,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
  */
 class VersionNumberUtilityTest extends UnitTestCase
 {
-
     /**
      * @return array
      */
diff --git a/typo3/sysext/core/Tests/UnitDeprecated/Utility/StringUtilityTest.php b/typo3/sysext/core/Tests/UnitDeprecated/Utility/StringUtilityTest.php
index c63186835913..8814b5814636 100644
--- a/typo3/sysext/core/Tests/UnitDeprecated/Utility/StringUtilityTest.php
+++ b/typo3/sysext/core/Tests/UnitDeprecated/Utility/StringUtilityTest.php
@@ -25,7 +25,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
  */
 class StringUtilityTest extends UnitTestCase
 {
-
     /**
      * Data provider for endsWithReturnsTrueForMatchingFirstPart
      *
diff --git a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/DateExample.php b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/DateExample.php
index 8481cdf727df..ec74f1297d59 100644
--- a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/DateExample.php
+++ b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/DateExample.php
@@ -21,7 +21,6 @@ use TYPO3\CMS\Extbase\DomainObject\AbstractEntity;
 
 class DateExample extends AbstractEntity
 {
-
     /**
      * A datetime stored in a text field
      *
diff --git a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/DateTimeImmutableExample.php b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/DateTimeImmutableExample.php
index df36e276d245..dfe79f1bda9f 100644
--- a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/DateTimeImmutableExample.php
+++ b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/DateTimeImmutableExample.php
@@ -21,7 +21,6 @@ use TYPO3\CMS\Extbase\DomainObject\AbstractEntity;
 
 class DateTimeImmutableExample extends AbstractEntity
 {
-
     /**
      * Static value which is not part of an "entity".
      * (this property has to be ignored by Extbase when persisting this entity)
diff --git a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/Info.php b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/Info.php
index 05d26905106f..ef3b2d7a693a 100644
--- a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/Info.php
+++ b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/Info.php
@@ -24,7 +24,6 @@ use TYPO3\CMS\Extbase\DomainObject\AbstractEntity;
  */
 class Info extends AbstractEntity
 {
-
     /**
      * @var string
      */
diff --git a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Validator/PostValidator.php b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Validator/PostValidator.php
index 73426934d9c6..9e6107aee10c 100644
--- a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Validator/PostValidator.php
+++ b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Validator/PostValidator.php
@@ -26,7 +26,6 @@ use TYPO3\CMS\Extbase\Validation\Validator\AbstractValidator;
  */
 class PostValidator extends AbstractValidator
 {
-
     /**
      * Check if $value is valid. If it is not valid, needs to add an error
      * to result.
diff --git a/typo3/sysext/extbase/Tests/Functional/Mvc/Validation/ActionControllerValidationTest.php b/typo3/sysext/extbase/Tests/Functional/Mvc/Validation/ActionControllerValidationTest.php
index d1b451880444..38bfc0a4212a 100644
--- a/typo3/sysext/extbase/Tests/Functional/Mvc/Validation/ActionControllerValidationTest.php
+++ b/typo3/sysext/extbase/Tests/Functional/Mvc/Validation/ActionControllerValidationTest.php
@@ -160,7 +160,6 @@ class ActionControllerValidationTest extends FunctionalTestCase
                 $blogController = $this->get(BlogController::class);
                 $response = $blogController->processRequest($request);
                 if ($response instanceof ForwardResponse) {
-
                     /** @var Result $validationResult */
                     $validationResult = $response->getArgumentsValidationResult();
 
diff --git a/typo3/sysext/extbase/Tests/Unit/Validation/Validator/DisjunctionValidatorTest.php b/typo3/sysext/extbase/Tests/Unit/Validation/Validator/DisjunctionValidatorTest.php
index b56418004dbf..5b1a7db28b01 100644
--- a/typo3/sysext/extbase/Tests/Unit/Validation/Validator/DisjunctionValidatorTest.php
+++ b/typo3/sysext/extbase/Tests/Unit/Validation/Validator/DisjunctionValidatorTest.php
@@ -28,7 +28,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
  */
 class DisjunctionValidatorTest extends UnitTestCase
 {
-
     /**
      * @test
      */
diff --git a/typo3/sysext/extbase/Tests/UnitDeprecated/Object/Container/Fixtures/ContainerPropertyInjectionTestClasses.php b/typo3/sysext/extbase/Tests/UnitDeprecated/Object/Container/Fixtures/ContainerPropertyInjectionTestClasses.php
index 1e03e7c0aed8..41f1aad390fd 100644
--- a/typo3/sysext/extbase/Tests/UnitDeprecated/Object/Container/Fixtures/ContainerPropertyInjectionTestClasses.php
+++ b/typo3/sysext/extbase/Tests/UnitDeprecated/Object/Container/Fixtures/ContainerPropertyInjectionTestClasses.php
@@ -34,7 +34,6 @@ class ArgumentTestClassForPublicPropertyInjection
 
 class ProtectedPropertyInjectClass
 {
-
     /**
      * @Extbase\Inject
      * @var \TYPO3\CMS\Extbase\Tests\UnitDeprecated\Object\Container\Fixtures\ArgumentTestClassForPublicPropertyInjection
diff --git a/typo3/sysext/extensionmanager/Classes/Event/AfterExtensionSiteFilesHaveBeenImportedEvent.php b/typo3/sysext/extensionmanager/Classes/Event/AfterExtensionSiteFilesHaveBeenImportedEvent.php
index 49db916baa62..0f4abca75116 100644
--- a/typo3/sysext/extensionmanager/Classes/Event/AfterExtensionSiteFilesHaveBeenImportedEvent.php
+++ b/typo3/sysext/extensionmanager/Classes/Event/AfterExtensionSiteFilesHaveBeenImportedEvent.php
@@ -22,7 +22,6 @@ namespace TYPO3\CMS\Extensionmanager\Event;
  */
 final class AfterExtensionSiteFilesHaveBeenImportedEvent
 {
-
     /**
      * @var string
      *
diff --git a/typo3/sysext/extensionmanager/Tests/Unit/Domain/Model/DependencyTest.php b/typo3/sysext/extensionmanager/Tests/Unit/Domain/Model/DependencyTest.php
index 924a797625c7..22893a2d87c2 100644
--- a/typo3/sysext/extensionmanager/Tests/Unit/Domain/Model/DependencyTest.php
+++ b/typo3/sysext/extensionmanager/Tests/Unit/Domain/Model/DependencyTest.php
@@ -22,7 +22,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
 
 class DependencyTest extends UnitTestCase
 {
-
     /**
      * @test
      */
diff --git a/typo3/sysext/extensionmanager/Tests/Unit/Utility/EmConfUtilityTest.php b/typo3/sysext/extensionmanager/Tests/Unit/Utility/EmConfUtilityTest.php
index 135b98ada325..1910e3b93949 100644
--- a/typo3/sysext/extensionmanager/Tests/Unit/Utility/EmConfUtilityTest.php
+++ b/typo3/sysext/extensionmanager/Tests/Unit/Utility/EmConfUtilityTest.php
@@ -25,7 +25,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
  */
 class EmConfUtilityTest extends UnitTestCase
 {
-
     /**
      * @test
      */
diff --git a/typo3/sysext/felogin/Configuration/TCA/Overrides/fe_groups.php b/typo3/sysext/felogin/Configuration/TCA/Overrides/fe_groups.php
index 965e13d9d387..6a9124672558 100644
--- a/typo3/sysext/felogin/Configuration/TCA/Overrides/fe_groups.php
+++ b/typo3/sysext/felogin/Configuration/TCA/Overrides/fe_groups.php
@@ -3,7 +3,6 @@
 defined('TYPO3') or die();
 
 call_user_func(static function () {
-
     // Adds the redirect field to the fe_groups table
     $additionalColumns = [
         'felogin_redirectPid' => [
diff --git a/typo3/sysext/felogin/Configuration/TCA/Overrides/fe_users.php b/typo3/sysext/felogin/Configuration/TCA/Overrides/fe_users.php
index a8d79554f689..3ee8b7f9f309 100644
--- a/typo3/sysext/felogin/Configuration/TCA/Overrides/fe_users.php
+++ b/typo3/sysext/felogin/Configuration/TCA/Overrides/fe_users.php
@@ -3,7 +3,6 @@
 defined('TYPO3') or die();
 
 call_user_func(static function () {
-
     // Adds the redirect field and the forgotHash field to the fe_users-table
     $additionalColumns = [
         'felogin_redirectPid' => [
diff --git a/typo3/sysext/fluid/Classes/ViewHelpers/Be/LinkViewHelper.php b/typo3/sysext/fluid/Classes/ViewHelpers/Be/LinkViewHelper.php
index 20c506326e56..b048157ce649 100644
--- a/typo3/sysext/fluid/Classes/ViewHelpers/Be/LinkViewHelper.php
+++ b/typo3/sysext/fluid/Classes/ViewHelpers/Be/LinkViewHelper.php
@@ -33,7 +33,6 @@ use TYPO3Fluid\Fluid\Core\ViewHelper\AbstractTagBasedViewHelper;
  */
 class LinkViewHelper extends AbstractTagBasedViewHelper
 {
-
     /**
      * @var string
      */
diff --git a/typo3/sysext/fluid/Classes/ViewHelpers/Be/PageInfoViewHelper.php b/typo3/sysext/fluid/Classes/ViewHelpers/Be/PageInfoViewHelper.php
index d91c1db0cbea..1df76f20afb4 100644
--- a/typo3/sysext/fluid/Classes/ViewHelpers/Be/PageInfoViewHelper.php
+++ b/typo3/sysext/fluid/Classes/ViewHelpers/Be/PageInfoViewHelper.php
@@ -39,7 +39,6 @@ use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface;
  */
 class PageInfoViewHelper extends AbstractBackendViewHelper
 {
-
     /**
      * This ViewHelper renders HTML, thus output must not be escaped
      *
diff --git a/typo3/sysext/fluid/Classes/ViewHelpers/Be/PagePathViewHelper.php b/typo3/sysext/fluid/Classes/ViewHelpers/Be/PagePathViewHelper.php
index 581525dc3507..a1a278d73b81 100644
--- a/typo3/sysext/fluid/Classes/ViewHelpers/Be/PagePathViewHelper.php
+++ b/typo3/sysext/fluid/Classes/ViewHelpers/Be/PagePathViewHelper.php
@@ -38,7 +38,6 @@ use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface;
  */
 class PagePathViewHelper extends AbstractBackendViewHelper
 {
-
     /**
      * This ViewHelper renders HTML, thus output must not be escaped
      *
diff --git a/typo3/sysext/fluid/Classes/ViewHelpers/Be/UriViewHelper.php b/typo3/sysext/fluid/Classes/ViewHelpers/Be/UriViewHelper.php
index 397fc96f6396..3820fe40a124 100644
--- a/typo3/sysext/fluid/Classes/ViewHelpers/Be/UriViewHelper.php
+++ b/typo3/sysext/fluid/Classes/ViewHelpers/Be/UriViewHelper.php
@@ -38,7 +38,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
  */
 class UriViewHelper extends AbstractBackendViewHelper
 {
-
     /**
      * Arguments initialization
      *
diff --git a/typo3/sysext/fluid/Classes/ViewHelpers/Debug/RenderViewHelper.php b/typo3/sysext/fluid/Classes/ViewHelpers/Debug/RenderViewHelper.php
index 5b3282814084..b3410d4473b5 100644
--- a/typo3/sysext/fluid/Classes/ViewHelpers/Debug/RenderViewHelper.php
+++ b/typo3/sysext/fluid/Classes/ViewHelpers/Debug/RenderViewHelper.php
@@ -30,7 +30,6 @@ use TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper;
  */
 class RenderViewHelper extends AbstractViewHelper
 {
-
     /**
      * @var bool
      */
diff --git a/typo3/sysext/form/Classes/Controller/AbstractBackendController.php b/typo3/sysext/form/Classes/Controller/AbstractBackendController.php
index b4cb6713f5ad..2b6fb4b8deb6 100644
--- a/typo3/sysext/form/Classes/Controller/AbstractBackendController.php
+++ b/typo3/sysext/form/Classes/Controller/AbstractBackendController.php
@@ -31,7 +31,6 @@ use TYPO3\CMS\Form\Mvc\Persistence\FormPersistenceManagerInterface;
  */
 abstract class AbstractBackendController extends ActionController
 {
-
     /**
      * @var array
      */
diff --git a/typo3/sysext/form/Classes/Controller/FormFrontendController.php b/typo3/sysext/form/Classes/Controller/FormFrontendController.php
index c6d7579b8344..5bf22e77d6da 100644
--- a/typo3/sysext/form/Classes/Controller/FormFrontendController.php
+++ b/typo3/sysext/form/Classes/Controller/FormFrontendController.php
@@ -40,7 +40,6 @@ use TYPO3\CMS\Form\Mvc\Persistence\FormPersistenceManagerInterface;
  */
 class FormFrontendController extends ActionController
 {
-
     /**
      * @var \TYPO3\CMS\Form\Mvc\Persistence\FormPersistenceManagerInterface
      */
diff --git a/typo3/sysext/form/Classes/Domain/Condition/Functions/FormConditionFunctionsProvider.php b/typo3/sysext/form/Classes/Domain/Condition/Functions/FormConditionFunctionsProvider.php
index 8c98b70c1169..e40a6b32acfa 100644
--- a/typo3/sysext/form/Classes/Domain/Condition/Functions/FormConditionFunctionsProvider.php
+++ b/typo3/sysext/form/Classes/Domain/Condition/Functions/FormConditionFunctionsProvider.php
@@ -26,7 +26,6 @@ use TYPO3\CMS\Extbase\Reflection\ObjectAccess;
  */
 class FormConditionFunctionsProvider implements ExpressionFunctionProviderInterface
 {
-
     /**
      * @return ExpressionFunction[] An array of Function instances
      */
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/ArrayProcessing/ArrayProcessing.php b/typo3/sysext/form/Classes/Domain/Configuration/ArrayProcessing/ArrayProcessing.php
index eac4d6229f56..7ba847283d1b 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/ArrayProcessing/ArrayProcessing.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/ArrayProcessing/ArrayProcessing.php
@@ -25,7 +25,6 @@ namespace TYPO3\CMS\Form\Domain\Configuration\ArrayProcessing;
  */
 class ArrayProcessing
 {
-
     /**
      * @var string
      */
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/ArrayProcessing/ArrayProcessor.php b/typo3/sysext/form/Classes/Domain/Configuration/ArrayProcessing/ArrayProcessor.php
index aa884b92f65b..7368ed3e86bc 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/ArrayProcessing/ArrayProcessor.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/ArrayProcessing/ArrayProcessor.php
@@ -28,7 +28,6 @@ use TYPO3\CMS\Form\Domain\Configuration\Exception\ArrayProcessorException;
  */
 class ArrayProcessor
 {
-
     /**
      * @var array
      */
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/ConfigurationService.php b/typo3/sysext/form/Classes/Domain/Configuration/ConfigurationService.php
index 8a63813570a2..d031997b638f 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/ConfigurationService.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/ConfigurationService.php
@@ -48,7 +48,6 @@ use TYPO3\CMS\Form\Service\TranslationService;
  */
 class ConfigurationService implements SingletonInterface
 {
-
     /**
      * @var array
      */
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/ProcessorInterface.php b/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/ProcessorInterface.php
index d2aa90069688..1fdfd2ec2638 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/ProcessorInterface.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/ProcessorInterface.php
@@ -24,7 +24,6 @@ namespace TYPO3\CMS\Form\Domain\Configuration\FlexformConfiguration\Processors;
  */
 interface ProcessorInterface
 {
-
     /**
      * @param ProcessorDto $converterDto
      */
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AbstractConverter.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AbstractConverter.php
index 0feefe47417f..5f0b84f87382 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AbstractConverter.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AbstractConverter.php
@@ -22,7 +22,6 @@ namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Converters;
  */
 abstract class AbstractConverter implements ConverterInterface
 {
-
     /**
      * @var string
      */
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataConverter.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataConverter.php
index f74d250cd396..50100fce358b 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataConverter.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataConverter.php
@@ -27,7 +27,6 @@ use TYPO3\CMS\Form\Domain\Configuration\ArrayProcessing\ArrayProcessor;
  */
 class AddHmacDataConverter extends AbstractConverter
 {
-
     /**
      * Add a new value "_orig_<propertyName>" as a sibling of the property key.
      * "_orig_<propertyName>" is an array which contains the property value
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataToFormElementPropertyConverter.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataToFormElementPropertyConverter.php
index 792f32ae08c8..9859f5e14560 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataToFormElementPropertyConverter.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataToFormElementPropertyConverter.php
@@ -25,7 +25,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
  */
 class AddHmacDataToFormElementPropertyConverter extends AbstractConverter
 {
-
     /**
      * @param string $key
      * @param mixed $value
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataToPropertyCollectionElementConverter.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataToPropertyCollectionElementConverter.php
index 4bd2c832fb5f..99f986552efb 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataToPropertyCollectionElementConverter.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataToPropertyCollectionElementConverter.php
@@ -25,7 +25,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
  */
 class AddHmacDataToPropertyCollectionElementConverter extends AbstractConverter
 {
-
     /**
      * @param string $key
      * @param mixed $value
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/ConverterDto.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/ConverterDto.php
index 4412b35939fb..652a243d0e75 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/ConverterDto.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/ConverterDto.php
@@ -22,7 +22,6 @@ namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Converters;
  */
 class ConverterDto
 {
-
     /**
      * @var array
      */
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/ConverterInterface.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/ConverterInterface.php
index 9967a12a5015..75708a1b8677 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/ConverterInterface.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/ConverterInterface.php
@@ -22,7 +22,6 @@ namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Converters;
  */
 interface ConverterInterface
 {
-
     /**
      * @param ConverterDto $converterDto
      * @param string $sessionToken
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/FinisherTranslationLanguageConverter.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/FinisherTranslationLanguageConverter.php
index 85348feb7062..fb0970bbd771 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/FinisherTranslationLanguageConverter.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/FinisherTranslationLanguageConverter.php
@@ -24,7 +24,6 @@ use TYPO3\CMS\Core\Utility\ArrayUtility;
  */
 class FinisherTranslationLanguageConverter extends AbstractConverter
 {
-
     /**
      * If "finishers.x.options.translation.language" is empty then set the value to "default" and remove
      * the hmac.
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/RemoveHmacDataConverter.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/RemoveHmacDataConverter.php
index ce7826c7bf0b..25fa96530ef1 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/RemoveHmacDataConverter.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/RemoveHmacDataConverter.php
@@ -24,7 +24,6 @@ use TYPO3\CMS\Core\Utility\ArrayUtility;
  */
 class RemoveHmacDataConverter extends AbstractConverter
 {
-
     /**
      * Remove the hmac data ("_orig_<propertyName>") for the corresponding property.
      *
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CollectionBasedValidator.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CollectionBasedValidator.php
index 4e6a1d47c92b..512249635c97 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CollectionBasedValidator.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CollectionBasedValidator.php
@@ -25,7 +25,6 @@ use TYPO3\CMS\Form\Domain\Configuration\Exception\PropertyException;
  */
 abstract class CollectionBasedValidator extends AbstractValidator
 {
-
     /**
      * Throws an exception if value from a property collection property
      * does not match its hmac hash or if there is no hmac hash
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CreatableFormElementPropertiesValidator.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CreatableFormElementPropertiesValidator.php
index 99d2c51b8047..57bcc8f609f3 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CreatableFormElementPropertiesValidator.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CreatableFormElementPropertiesValidator.php
@@ -25,7 +25,6 @@ use TYPO3\CMS\Form\Domain\Configuration\Exception\PropertyException;
  */
 class CreatableFormElementPropertiesValidator extends ElementBasedValidator
 {
-
     /**
      * Checks if the form element property is defined within the form editor setup
      * or if the property is defined within the "predefinedDefaults" in the form editor setup
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CreatablePropertyCollectionElementPropertiesValidator.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CreatablePropertyCollectionElementPropertiesValidator.php
index a3a82f7c0a73..6b769faba898 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CreatablePropertyCollectionElementPropertiesValidator.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CreatablePropertyCollectionElementPropertiesValidator.php
@@ -25,7 +25,6 @@ use TYPO3\CMS\Form\Domain\Configuration\Exception\PropertyException;
  */
 class CreatablePropertyCollectionElementPropertiesValidator extends CollectionBasedValidator
 {
-
     /**
      * Checks if the property collection element property is defined
      * within the form editor setup or if the property is defined within
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ElementBasedValidator.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ElementBasedValidator.php
index b7d993068b5d..0bb86c02b80a 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ElementBasedValidator.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ElementBasedValidator.php
@@ -25,7 +25,6 @@ use TYPO3\CMS\Form\Domain\Configuration\Exception\PropertyException;
  */
 abstract class ElementBasedValidator extends AbstractValidator
 {
-
     /**
      * Throws an exception if value from a form element property
      * does not match its hmac hash or if there is no hmac hash
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/FormElementHmacDataValidator.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/FormElementHmacDataValidator.php
index a9aed9dfcaf3..41e9beec6979 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/FormElementHmacDataValidator.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/FormElementHmacDataValidator.php
@@ -22,7 +22,6 @@ namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Validators;
  */
 class FormElementHmacDataValidator extends ElementBasedValidator
 {
-
     /**
      * Checks if the form element property value matches to its hmac hash.
      *
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/PropertyCollectionElementHmacDataValidator.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/PropertyCollectionElementHmacDataValidator.php
index c89e52139be7..12aad17ce069 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/PropertyCollectionElementHmacDataValidator.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/PropertyCollectionElementHmacDataValidator.php
@@ -22,7 +22,6 @@ namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Validators;
  */
 class PropertyCollectionElementHmacDataValidator extends CollectionBasedValidator
 {
-
     /**
      * Checks if the property collection element values matches to its hmac hash.
      *
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ValidationDto.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ValidationDto.php
index a65a3733eb84..f2ddd520c5e3 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ValidationDto.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ValidationDto.php
@@ -21,7 +21,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
 
 class ValidationDto
 {
-
     /**
      * @var string
      */
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ValidatorInterface.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ValidatorInterface.php
index f9cdc51672a8..9307046eeec6 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ValidatorInterface.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ValidatorInterface.php
@@ -22,7 +22,6 @@ namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Validators;
  */
 interface ValidatorInterface
 {
-
     /**
      * @param array $currentElement
      * @param string $sessionToken
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinitionConversionService.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinitionConversionService.php
index ff8ccd1cdb25..7dbfb084ec52 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinitionConversionService.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinitionConversionService.php
@@ -33,7 +33,6 @@ use TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Converters\RemoveHmacData
  */
 class FormDefinitionConversionService implements SingletonInterface
 {
-
     /**
      * Add a new value "_orig_<propertyName>" for each scalar property value
      * within the form definition as a sibling of the property key.
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/AbstractExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/AbstractExtractor.php
index 85e42e3c799c..d6924b0d538a 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/AbstractExtractor.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/AbstractExtractor.php
@@ -22,7 +22,6 @@ namespace TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors;
  */
 abstract class AbstractExtractor implements ExtractorInterface
 {
-
     /**
      * @var ExtractorDto
      */
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/AdditionalElementPropertyPathsExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/AdditionalElementPropertyPathsExtractor.php
index 4628ad91d454..40f75e8041d3 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/AdditionalElementPropertyPathsExtractor.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/AdditionalElementPropertyPathsExtractor.php
@@ -22,7 +22,6 @@ namespace TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors;
  */
 class AdditionalElementPropertyPathsExtractor extends AbstractExtractor
 {
-
     /**
      * @param string $_
      * @param mixed $value
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/ExtractorDto.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/ExtractorDto.php
index 74aee8b4f70f..2171c5ba904b 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/ExtractorDto.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/ExtractorDto.php
@@ -22,7 +22,6 @@ namespace TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors;
  */
 class ExtractorDto
 {
-
     /**
      * @var array
      */
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/ExtractorInterface.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/ExtractorInterface.php
index 31b170906ab0..2b95bb5043d6 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/ExtractorInterface.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/ExtractorInterface.php
@@ -22,7 +22,6 @@ namespace TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors;
  */
 interface ExtractorInterface
 {
-
     /**
      * @param ExtractorDto $extractorDto
      */
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/IsCreatableFormElementExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/IsCreatableFormElementExtractor.php
index f02dd3911516..ae975a76da85 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/IsCreatableFormElementExtractor.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/IsCreatableFormElementExtractor.php
@@ -25,7 +25,6 @@ use TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\Abstra
  */
 class IsCreatableFormElementExtractor extends AbstractExtractor
 {
-
     /**
      * @param string $_
      * @param mixed $value
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/MultiValuePropertiesExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/MultiValuePropertiesExtractor.php
index ee66c0f3ae9d..d902e723c635 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/MultiValuePropertiesExtractor.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/MultiValuePropertiesExtractor.php
@@ -25,7 +25,6 @@ use TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\Abstra
  */
 class MultiValuePropertiesExtractor extends AbstractExtractor
 {
-
     /**
      * @param string $_
      * @param mixed $value
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/PredefinedDefaultsExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/PredefinedDefaultsExtractor.php
index e5113030a7e1..f7be033f5dea 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/PredefinedDefaultsExtractor.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/PredefinedDefaultsExtractor.php
@@ -24,7 +24,6 @@ use TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\Abstra
  */
 class PredefinedDefaultsExtractor extends AbstractExtractor
 {
-
     /**
      * @param string $_
      * @param mixed $value
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/PropertyPathsExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/PropertyPathsExtractor.php
index 03c418937362..fef99a1c2a18 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/PropertyPathsExtractor.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/PropertyPathsExtractor.php
@@ -25,7 +25,6 @@ use TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\Abstra
  */
 class PropertyPathsExtractor extends AbstractExtractor
 {
-
     /**
      * @param string $_
      * @param mixed $value
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/SelectOptionsExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/SelectOptionsExtractor.php
index eaddb98e7e32..3feaaea8a640 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/SelectOptionsExtractor.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/SelectOptionsExtractor.php
@@ -25,7 +25,6 @@ use TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\Abstra
  */
 class SelectOptionsExtractor extends AbstractExtractor
 {
-
     /**
      * @param string $_
      * @param mixed $value
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/IsCreatablePropertyCollectionElementExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/IsCreatablePropertyCollectionElementExtractor.php
index 89502e11f34b..0a400b07425e 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/IsCreatablePropertyCollectionElementExtractor.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/IsCreatablePropertyCollectionElementExtractor.php
@@ -25,7 +25,6 @@ use TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\Abstra
  */
 class IsCreatablePropertyCollectionElementExtractor extends AbstractExtractor
 {
-
     /**
      * @param string $_
      * @param mixed $value
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/MultiValuePropertiesExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/MultiValuePropertiesExtractor.php
index 6602249d0f7f..57deaa64894d 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/MultiValuePropertiesExtractor.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/MultiValuePropertiesExtractor.php
@@ -25,7 +25,6 @@ use TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\Abstra
  */
 class MultiValuePropertiesExtractor extends AbstractExtractor
 {
-
     /**
      * @param string $_
      * @param mixed $value
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/PredefinedDefaultsExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/PredefinedDefaultsExtractor.php
index ac98ec4d1155..2ca92ca1c249 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/PredefinedDefaultsExtractor.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/PredefinedDefaultsExtractor.php
@@ -24,7 +24,6 @@ use TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\Abstra
  */
 class PredefinedDefaultsExtractor extends AbstractExtractor
 {
-
     /**
      * @param string $_
      * @param mixed $value
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/PropertyPathsExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/PropertyPathsExtractor.php
index 293431370db5..393aa62718ab 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/PropertyPathsExtractor.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/PropertyPathsExtractor.php
@@ -25,7 +25,6 @@ use TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\Abstra
  */
 class PropertyPathsExtractor extends AbstractExtractor
 {
-
     /**
      * @param string $_
      * @param mixed $value
diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/SelectOptionsExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/SelectOptionsExtractor.php
index cea3ba87e3e3..0787e0464243 100644
--- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/SelectOptionsExtractor.php
+++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/SelectOptionsExtractor.php
@@ -25,7 +25,6 @@ use TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\Abstra
  */
 class SelectOptionsExtractor extends AbstractExtractor
 {
-
     /**
      * @param string $_
      * @param mixed $value
diff --git a/typo3/sysext/form/Classes/Domain/Factory/ArrayFormFactory.php b/typo3/sysext/form/Classes/Domain/Factory/ArrayFormFactory.php
index 5f28e0fee961..ba62b7b657a9 100644
--- a/typo3/sysext/form/Classes/Domain/Factory/ArrayFormFactory.php
+++ b/typo3/sysext/form/Classes/Domain/Factory/ArrayFormFactory.php
@@ -37,7 +37,6 @@ use TYPO3\CMS\Form\Domain\Model\Renderable\CompositeRenderableInterface;
  */
 class ArrayFormFactory extends AbstractFormFactory
 {
-
     /**
      * Build a form definition, depending on some configuration.
      *
diff --git a/typo3/sysext/form/Classes/Domain/Factory/FormFactoryInterface.php b/typo3/sysext/form/Classes/Domain/Factory/FormFactoryInterface.php
index 16901253db09..08aca7b329f6 100644
--- a/typo3/sysext/form/Classes/Domain/Factory/FormFactoryInterface.php
+++ b/typo3/sysext/form/Classes/Domain/Factory/FormFactoryInterface.php
@@ -35,7 +35,6 @@ use TYPO3\CMS\Form\Domain\Model\FormDefinition;
  */
 interface FormFactoryInterface
 {
-
     /**
      * Build a form definition, depending on some configuration.
      *
diff --git a/typo3/sysext/form/Classes/Domain/Finishers/AbstractFinisher.php b/typo3/sysext/form/Classes/Domain/Finishers/AbstractFinisher.php
index aa9d210b7ee8..4e5a74c04960 100644
--- a/typo3/sysext/form/Classes/Domain/Finishers/AbstractFinisher.php
+++ b/typo3/sysext/form/Classes/Domain/Finishers/AbstractFinisher.php
@@ -40,7 +40,6 @@ use TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController;
  */
 abstract class AbstractFinisher implements FinisherInterface
 {
-
     /**
      * @var \TYPO3\CMS\Extbase\Object\ObjectManagerInterface
      * @deprecated since v11, will be removed in v12. Drop together with inject method and ObjectManager removal.
diff --git a/typo3/sysext/form/Classes/Domain/Finishers/ClosureFinisher.php b/typo3/sysext/form/Classes/Domain/Finishers/ClosureFinisher.php
index b5e2e63af713..7c217c352c25 100644
--- a/typo3/sysext/form/Classes/Domain/Finishers/ClosureFinisher.php
+++ b/typo3/sysext/form/Classes/Domain/Finishers/ClosureFinisher.php
@@ -40,7 +40,6 @@ use TYPO3\CMS\Form\Domain\Finishers\Exception\FinisherException;
  */
 class ClosureFinisher extends AbstractFinisher
 {
-
     /**
      * @var array
      */
diff --git a/typo3/sysext/form/Classes/Domain/Finishers/ConfirmationFinisher.php b/typo3/sysext/form/Classes/Domain/Finishers/ConfirmationFinisher.php
index 72b32bc75c6f..4a8db4424345 100644
--- a/typo3/sysext/form/Classes/Domain/Finishers/ConfirmationFinisher.php
+++ b/typo3/sysext/form/Classes/Domain/Finishers/ConfirmationFinisher.php
@@ -48,7 +48,6 @@ use TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer;
  */
 class ConfirmationFinisher extends AbstractFinisher
 {
-
     /**
      * @var array
      */
diff --git a/typo3/sysext/form/Classes/Domain/Finishers/DeleteUploadsFinisher.php b/typo3/sysext/form/Classes/Domain/Finishers/DeleteUploadsFinisher.php
index ab7dd9c89d06..192480c736ba 100644
--- a/typo3/sysext/form/Classes/Domain/Finishers/DeleteUploadsFinisher.php
+++ b/typo3/sysext/form/Classes/Domain/Finishers/DeleteUploadsFinisher.php
@@ -30,7 +30,6 @@ use TYPO3\CMS\Form\Domain\Model\FormElements\FileUpload;
  */
 class DeleteUploadsFinisher extends AbstractFinisher
 {
-
     /**
      * Executes this finisher
      * @see AbstractFinisher::execute()
diff --git a/typo3/sysext/form/Classes/Domain/Finishers/FinisherContext.php b/typo3/sysext/form/Classes/Domain/Finishers/FinisherContext.php
index b3e23b9ace9c..d1a3e7245cd8 100644
--- a/typo3/sysext/form/Classes/Domain/Finishers/FinisherContext.php
+++ b/typo3/sysext/form/Classes/Domain/Finishers/FinisherContext.php
@@ -36,7 +36,6 @@ use TYPO3\CMS\Form\Domain\Runtime\FormRuntime;
  */
 class FinisherContext
 {
-
     /**
      * If TRUE further finishers won't be invoked
      *
diff --git a/typo3/sysext/form/Classes/Domain/Finishers/FinisherVariableProvider.php b/typo3/sysext/form/Classes/Domain/Finishers/FinisherVariableProvider.php
index e6a3682b7be4..2acf3e23b1c4 100644
--- a/typo3/sysext/form/Classes/Domain/Finishers/FinisherVariableProvider.php
+++ b/typo3/sysext/form/Classes/Domain/Finishers/FinisherVariableProvider.php
@@ -29,7 +29,6 @@ use TYPO3\CMS\Core\Utility\Exception\MissingArrayPathException;
  */
 final class FinisherVariableProvider implements \ArrayAccess, \IteratorAggregate, \Countable
 {
-
     /**
      * Two-dimensional object array storing the values. The first dimension is the finisher identifier,
      * and the second dimension is the identifier for the data the finisher wants to store.
diff --git a/typo3/sysext/form/Classes/Domain/Finishers/FlashMessageFinisher.php b/typo3/sysext/form/Classes/Domain/Finishers/FlashMessageFinisher.php
index f9f1500fc606..17c9991cf1ae 100644
--- a/typo3/sysext/form/Classes/Domain/Finishers/FlashMessageFinisher.php
+++ b/typo3/sysext/form/Classes/Domain/Finishers/FlashMessageFinisher.php
@@ -53,7 +53,6 @@ use TYPO3\CMS\Form\Domain\Finishers\Exception\FinisherException;
  */
 class FlashMessageFinisher extends AbstractFinisher
 {
-
     /**
      * @var array
      */
diff --git a/typo3/sysext/form/Classes/Domain/Finishers/RedirectFinisher.php b/typo3/sysext/form/Classes/Domain/Finishers/RedirectFinisher.php
index f1c3b9186bac..30c358897948 100644
--- a/typo3/sysext/form/Classes/Domain/Finishers/RedirectFinisher.php
+++ b/typo3/sysext/form/Classes/Domain/Finishers/RedirectFinisher.php
@@ -29,7 +29,6 @@ use TYPO3\CMS\Extbase\Mvc\Web\Routing\UriBuilder;
  */
 class RedirectFinisher extends AbstractFinisher
 {
-
     /**
      * @var array
      */
diff --git a/typo3/sysext/form/Classes/Domain/Finishers/SaveToDatabaseFinisher.php b/typo3/sysext/form/Classes/Domain/Finishers/SaveToDatabaseFinisher.php
index 78ef434ee274..cf63b4d9ac9e 100644
--- a/typo3/sysext/form/Classes/Domain/Finishers/SaveToDatabaseFinisher.php
+++ b/typo3/sysext/form/Classes/Domain/Finishers/SaveToDatabaseFinisher.php
@@ -173,7 +173,6 @@ use TYPO3\CMS\Form\Domain\Model\FormElements\FormElementInterface;
  */
 class SaveToDatabaseFinisher extends AbstractFinisher
 {
-
     /**
      * @var array
      */
diff --git a/typo3/sysext/form/Classes/Domain/Model/FormDefinition.php b/typo3/sysext/form/Classes/Domain/Model/FormDefinition.php
index c641763cab74..19916151654b 100644
--- a/typo3/sysext/form/Classes/Domain/Model/FormDefinition.php
+++ b/typo3/sysext/form/Classes/Domain/Model/FormDefinition.php
@@ -224,7 +224,6 @@ use TYPO3\CMS\Form\Mvc\ProcessingRule;
  */
 class FormDefinition extends AbstractCompositeRenderable implements VariableRenderableInterface
 {
-
     /**
      * The Form's pages
      *
diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/AbstractFormElement.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/AbstractFormElement.php
index 6fa1bcfc7696..b2dda710e8ff 100644
--- a/typo3/sysext/form/Classes/Domain/Model/FormElements/AbstractFormElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/AbstractFormElement.php
@@ -48,7 +48,6 @@ use TYPO3\CMS\Form\Domain\Model\Renderable\AbstractRenderable;
  */
 abstract class AbstractFormElement extends AbstractRenderable implements FormElementInterface
 {
-
     /**
      * @var array
      */
diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/AbstractSection.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/AbstractSection.php
index 2acf534a167a..071b94ff0add 100644
--- a/typo3/sysext/form/Classes/Domain/Model/FormElements/AbstractSection.php
+++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/AbstractSection.php
@@ -41,7 +41,6 @@ use TYPO3\CMS\Form\Domain\Model\Renderable\AbstractCompositeRenderable;
  */
 abstract class AbstractSection extends AbstractCompositeRenderable
 {
-
     /**
      * Constructor. Needs the identifier and type of this element
      *
diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/Date.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/Date.php
index e2f3c63b0f59..bc3eb97d5497 100644
--- a/typo3/sysext/form/Classes/Domain/Model/FormElements/Date.php
+++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/Date.php
@@ -28,7 +28,6 @@ namespace TYPO3\CMS\Form\Domain\Model\FormElements;
  */
 class Date extends AbstractFormElement implements StringableFormElementInterface
 {
-
     /**
      * Initializes the Form Element by setting the data type to "DateTime"
      * @internal
diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/DatePicker.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/DatePicker.php
index 02036c3afd94..61d8d1385e28 100644
--- a/typo3/sysext/form/Classes/Domain/Model/FormElements/DatePicker.php
+++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/DatePicker.php
@@ -28,7 +28,6 @@ namespace TYPO3\CMS\Form\Domain\Model\FormElements;
  */
 class DatePicker extends AbstractFormElement implements StringableFormElementInterface
 {
-
     /**
      * Initializes the Form Element by setting the data type to "DateTime"
      * @internal
diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/FileUpload.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/FileUpload.php
index 06d74741d697..f42f5174f44b 100644
--- a/typo3/sysext/form/Classes/Domain/Model/FormElements/FileUpload.php
+++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/FileUpload.php
@@ -26,7 +26,6 @@ use TYPO3\CMS\Extbase\Domain\Model\FileReference;
  */
 class FileUpload extends AbstractFormElement
 {
-
     /**
      * Initializes the Form Element by setting the data type to an Extbase File Reference
      * @internal
diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/FormElementInterface.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/FormElementInterface.php
index 84f67389842b..16a3090873f4 100644
--- a/typo3/sysext/form/Classes/Domain/Model/FormElements/FormElementInterface.php
+++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/FormElementInterface.php
@@ -38,7 +38,6 @@ use TYPO3\CMS\Form\Domain\Model\Renderable\RenderableInterface;
  */
 interface FormElementInterface extends RenderableInterface
 {
-
     /**
      * Will be called as soon as the element is (tried to be) added to a form
      * @see registerInFormIfPossible()
diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/Page.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/Page.php
index 245391ac5988..798cc444a5eb 100644
--- a/typo3/sysext/form/Classes/Domain/Model/FormElements/Page.php
+++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/Page.php
@@ -42,7 +42,6 @@ use TYPO3\CMS\Form\Exception as FormException;
  */
 class Page extends AbstractSection
 {
-
     /**
      * Constructor. Needs this Page's identifier
      *
diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/Section.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/Section.php
index 06d8b07e29cc..c166d4836cfb 100644
--- a/typo3/sysext/form/Classes/Domain/Model/FormElements/Section.php
+++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/Section.php
@@ -37,7 +37,6 @@ use TYPO3\CMS\Extbase\Validation\Validator\NotEmptyValidator;
  */
 class Section extends AbstractSection implements FormElementInterface
 {
-
     /**
      * @var array
      */
diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/UnknownFormElement.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/UnknownFormElement.php
index 65969025c6dc..bb50416090e5 100644
--- a/typo3/sysext/form/Classes/Domain/Model/FormElements/UnknownFormElement.php
+++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/UnknownFormElement.php
@@ -32,7 +32,6 @@ use TYPO3\CMS\Form\Domain\Model\Renderable\AbstractRenderable;
  */
 class UnknownFormElement extends AbstractRenderable implements FormElementInterface
 {
-
     /**
      * Constructor. Needs this FormElement's identifier and the FormElement type
      *
diff --git a/typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractCompositeRenderable.php b/typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractCompositeRenderable.php
index 9b6288de4b1a..90585fcbff8f 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractCompositeRenderable.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractCompositeRenderable.php
@@ -32,7 +32,6 @@ use TYPO3\CMS\Form\Domain\Model\Exception\FormDefinitionConsistencyException;
  */
 abstract class AbstractCompositeRenderable extends AbstractRenderable implements CompositeRenderableInterface
 {
-
     /**
      * array of child renderables
      *
diff --git a/typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractRenderable.php b/typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractRenderable.php
index 77864ebff500..1101f5b8e62d 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractRenderable.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractRenderable.php
@@ -39,7 +39,6 @@ use TYPO3\CMS\Form\Domain\Model\FormDefinition;
  */
 abstract class AbstractRenderable implements RenderableInterface, VariableRenderableInterface
 {
-
     /**
      * Abstract "type" of this Renderable. Is used during the rendering process
      * to determine the template file or the View PHP class being used to render
diff --git a/typo3/sysext/form/Classes/Domain/Model/Renderable/CompositeRenderableInterface.php b/typo3/sysext/form/Classes/Domain/Model/Renderable/CompositeRenderableInterface.php
index a58bf8fc515a..0f8629da315f 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Renderable/CompositeRenderableInterface.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Renderable/CompositeRenderableInterface.php
@@ -30,7 +30,6 @@ namespace TYPO3\CMS\Form\Domain\Model\Renderable;
  */
 interface CompositeRenderableInterface extends RenderableInterface
 {
-
     /**
      * Returns all RenderableInterface instances of this composite renderable recursively
      *
diff --git a/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableInterface.php b/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableInterface.php
index d472c2376c90..f9dbab3ea073 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableInterface.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableInterface.php
@@ -30,7 +30,6 @@ namespace TYPO3\CMS\Form\Domain\Model\Renderable;
  */
 interface RenderableInterface extends RootRenderableInterface
 {
-
     /**
      * Return the parent renderable
      *
diff --git a/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableVariant.php b/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableVariant.php
index 67751ac51d4d..9fad5071ccde 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableVariant.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableVariant.php
@@ -27,7 +27,6 @@ use TYPO3\CMS\Form\Domain\Exception\IdentifierNotValidException;
  */
 class RenderableVariant implements RenderableVariantInterface
 {
-
     /**
      * @var string
      */
diff --git a/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableVariantInterface.php b/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableVariantInterface.php
index 7596e4aed682..f532b5c9721d 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableVariantInterface.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableVariantInterface.php
@@ -26,7 +26,6 @@ use TYPO3\CMS\Core\ExpressionLanguage\Resolver;
  */
 interface RenderableVariantInterface
 {
-
     /**
      * @return string
      */
diff --git a/typo3/sysext/form/Classes/Domain/Model/Renderable/RootRenderableInterface.php b/typo3/sysext/form/Classes/Domain/Model/Renderable/RootRenderableInterface.php
index 5d3faf061d9f..28671107898f 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Renderable/RootRenderableInterface.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Renderable/RootRenderableInterface.php
@@ -29,7 +29,6 @@ namespace TYPO3\CMS\Form\Domain\Model\Renderable;
  */
 interface RootRenderableInterface
 {
-
     /**
      * Abstract "type" of this Renderable. Is used during the rendering process
      * to determine the template file or the View PHP class being used to render
diff --git a/typo3/sysext/form/Classes/Domain/Model/Renderable/VariableRenderableInterface.php b/typo3/sysext/form/Classes/Domain/Model/Renderable/VariableRenderableInterface.php
index 9bb685cddbf7..d7a7714b3818 100644
--- a/typo3/sysext/form/Classes/Domain/Model/Renderable/VariableRenderableInterface.php
+++ b/typo3/sysext/form/Classes/Domain/Model/Renderable/VariableRenderableInterface.php
@@ -27,7 +27,6 @@ namespace TYPO3\CMS\Form\Domain\Model\Renderable;
  */
 interface VariableRenderableInterface
 {
-
     /**
      * Set multiple properties of this object at once.
      * Every property which has a corresponding set* method can be set using
diff --git a/typo3/sysext/form/Classes/Domain/Renderer/AbstractElementRenderer.php b/typo3/sysext/form/Classes/Domain/Renderer/AbstractElementRenderer.php
index 7f1abbe0c02f..bf5b9ac77b32 100644
--- a/typo3/sysext/form/Classes/Domain/Renderer/AbstractElementRenderer.php
+++ b/typo3/sysext/form/Classes/Domain/Renderer/AbstractElementRenderer.php
@@ -32,7 +32,6 @@ use TYPO3\CMS\Form\Domain\Runtime\FormRuntime;
  */
 abstract class AbstractElementRenderer implements RendererInterface
 {
-
     /**
      * The assigned controller context which might be needed by the renderer.
      *
diff --git a/typo3/sysext/form/Classes/Domain/Renderer/FluidFormRenderer.php b/typo3/sysext/form/Classes/Domain/Renderer/FluidFormRenderer.php
index 695ec68f83d9..d7bc761a2603 100644
--- a/typo3/sysext/form/Classes/Domain/Renderer/FluidFormRenderer.php
+++ b/typo3/sysext/form/Classes/Domain/Renderer/FluidFormRenderer.php
@@ -125,7 +125,6 @@ use TYPO3\CMS\Form\ViewHelpers\RenderRenderableViewHelper;
  */
 class FluidFormRenderer extends AbstractElementRenderer
 {
-
     /**
      * Renders the FormDefinition.
      *
diff --git a/typo3/sysext/form/Classes/Domain/Renderer/RendererInterface.php b/typo3/sysext/form/Classes/Domain/Renderer/RendererInterface.php
index cb445327f0f3..0eb42f35d35c 100644
--- a/typo3/sysext/form/Classes/Domain/Renderer/RendererInterface.php
+++ b/typo3/sysext/form/Classes/Domain/Renderer/RendererInterface.php
@@ -33,7 +33,6 @@ use TYPO3\CMS\Form\Domain\Runtime\FormRuntime;
  */
 interface RendererInterface
 {
-
     /**
      * Set the controller context which should be used
      *
diff --git a/typo3/sysext/form/Classes/Domain/Runtime/FormState.php b/typo3/sysext/form/Classes/Domain/Runtime/FormState.php
index b12bf9b9d37f..7f4d2f6e9e40 100644
--- a/typo3/sysext/form/Classes/Domain/Runtime/FormState.php
+++ b/typo3/sysext/form/Classes/Domain/Runtime/FormState.php
@@ -34,7 +34,6 @@ use TYPO3\CMS\Core\Utility\Exception\MissingArrayPathException;
  */
 class FormState
 {
-
     /**
      * Constant which means that we are currently not on any page; i.e. the form
      * has never rendered before.
diff --git a/typo3/sysext/form/Classes/Hooks/FormElementHooks.php b/typo3/sysext/form/Classes/Hooks/FormElementHooks.php
index e36f4b11fc9c..57851a6b066f 100644
--- a/typo3/sysext/form/Classes/Hooks/FormElementHooks.php
+++ b/typo3/sysext/form/Classes/Hooks/FormElementHooks.php
@@ -28,7 +28,6 @@ use TYPO3\CMS\Form\Service\TranslationService;
  */
 class FormElementHooks
 {
-
     /**
      * This hook is invoked by the FormRuntime for each form element
      * **after** a form page was submitted but **before** values are
diff --git a/typo3/sysext/form/Classes/Hooks/ImportExportHook.php b/typo3/sysext/form/Classes/Hooks/ImportExportHook.php
index 4770382f925c..0c72a62852c8 100644
--- a/typo3/sysext/form/Classes/Hooks/ImportExportHook.php
+++ b/typo3/sysext/form/Classes/Hooks/ImportExportHook.php
@@ -23,7 +23,6 @@ use TYPO3\CMS\Form\Slot\FilePersistenceSlot;
  */
 class ImportExportHook
 {
-
     /**
      * @param array $params
      */
diff --git a/typo3/sysext/form/Classes/Mvc/Configuration/InheritancesResolverService.php b/typo3/sysext/form/Classes/Mvc/Configuration/InheritancesResolverService.php
index 70d98e008a93..219b0ab5569a 100644
--- a/typo3/sysext/form/Classes/Mvc/Configuration/InheritancesResolverService.php
+++ b/typo3/sysext/form/Classes/Mvc/Configuration/InheritancesResolverService.php
@@ -62,7 +62,6 @@ use TYPO3\CMS\Form\Mvc\Configuration\Exception\CycleInheritancesException;
  */
 class InheritancesResolverService
 {
-
     /**
      * The operator which is used to declare inheritances
      */
diff --git a/typo3/sysext/form/Classes/Mvc/Persistence/FormPersistenceManagerInterface.php b/typo3/sysext/form/Classes/Mvc/Persistence/FormPersistenceManagerInterface.php
index dd4b3813ce71..cf1d71a6f5ea 100644
--- a/typo3/sysext/form/Classes/Mvc/Persistence/FormPersistenceManagerInterface.php
+++ b/typo3/sysext/form/Classes/Mvc/Persistence/FormPersistenceManagerInterface.php
@@ -30,7 +30,6 @@ use TYPO3\CMS\Core\Resource\Folder;
  */
 interface FormPersistenceManagerInterface
 {
-
     /**
      * Load the array form representation identified by $persistenceIdentifier, and return it
      *
diff --git a/typo3/sysext/form/Classes/Mvc/ProcessingRule.php b/typo3/sysext/form/Classes/Mvc/ProcessingRule.php
index b273b2595aeb..4d06b02903aa 100644
--- a/typo3/sysext/form/Classes/Mvc/ProcessingRule.php
+++ b/typo3/sysext/form/Classes/Mvc/ProcessingRule.php
@@ -33,7 +33,6 @@ use TYPO3\CMS\Extbase\Validation\Validator\ValidatorInterface;
  */
 class ProcessingRule
 {
-
     /**
      * The target data type the data should be converted to
      *
diff --git a/typo3/sysext/form/Classes/Mvc/Property/PropertyMappingConfiguration.php b/typo3/sysext/form/Classes/Mvc/Property/PropertyMappingConfiguration.php
index 43182d1fdbaa..850b48c84dfe 100644
--- a/typo3/sysext/form/Classes/Mvc/Property/PropertyMappingConfiguration.php
+++ b/typo3/sysext/form/Classes/Mvc/Property/PropertyMappingConfiguration.php
@@ -35,7 +35,6 @@ use TYPO3\CMS\Form\Mvc\Validation\MimeTypeValidator;
  */
 class PropertyMappingConfiguration implements AfterFormStateInitializedInterface
 {
-
     /**
      * This hook is called for each form element after the class
      * TYPO3\CMS\Form\Domain\Factory\ArrayFormFactory has built the entire form.
diff --git a/typo3/sysext/form/Classes/Mvc/Property/TypeConverter/UploadedFileReferenceConverter.php b/typo3/sysext/form/Classes/Mvc/Property/TypeConverter/UploadedFileReferenceConverter.php
index 09ad33577a09..3771ed13ec4a 100644
--- a/typo3/sysext/form/Classes/Mvc/Property/TypeConverter/UploadedFileReferenceConverter.php
+++ b/typo3/sysext/form/Classes/Mvc/Property/TypeConverter/UploadedFileReferenceConverter.php
@@ -46,7 +46,6 @@ use TYPO3\CMS\Form\Slot\ResourcePublicationSlot;
  */
 class UploadedFileReferenceConverter extends AbstractTypeConverter
 {
-
     /**
      * Folder where the file upload should go to (including storage).
      */
diff --git a/typo3/sysext/form/Classes/Service/DatabaseService.php b/typo3/sysext/form/Classes/Service/DatabaseService.php
index 719da02c5d6b..ff558dcb92b4 100644
--- a/typo3/sysext/form/Classes/Service/DatabaseService.php
+++ b/typo3/sysext/form/Classes/Service/DatabaseService.php
@@ -30,7 +30,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
  */
 class DatabaseService
 {
-
     /**
      * Returns an array with all sys_refindex database rows which be
      * connected to a formDefinition identified by $persistenceIdentifier
diff --git a/typo3/sysext/form/Classes/Service/TranslationService.php b/typo3/sysext/form/Classes/Service/TranslationService.php
index 4da7742d3685..3766da58d9b1 100644
--- a/typo3/sysext/form/Classes/Service/TranslationService.php
+++ b/typo3/sysext/form/Classes/Service/TranslationService.php
@@ -43,7 +43,6 @@ use TYPO3\CMS\Form\Domain\Runtime\FormRuntime;
  */
 class TranslationService implements SingletonInterface
 {
-
     /**
      * Local Language content
      *
diff --git a/typo3/sysext/form/Classes/ViewHelpers/Form/DatePickerViewHelper.php b/typo3/sysext/form/Classes/ViewHelpers/Form/DatePickerViewHelper.php
index c4734488fab0..1aa15f391e97 100644
--- a/typo3/sysext/form/Classes/ViewHelpers/Form/DatePickerViewHelper.php
+++ b/typo3/sysext/form/Classes/ViewHelpers/Form/DatePickerViewHelper.php
@@ -38,7 +38,6 @@ use TYPO3\CMS\Form\ViewHelpers\RenderRenderableViewHelper;
  */
 class DatePickerViewHelper extends AbstractFormFieldViewHelper
 {
-
     /**
      * @var string
      */
diff --git a/typo3/sysext/form/Classes/ViewHelpers/Form/TimePickerViewHelper.php b/typo3/sysext/form/Classes/ViewHelpers/Form/TimePickerViewHelper.php
index 95916457da39..fe418d9122e9 100644
--- a/typo3/sysext/form/Classes/ViewHelpers/Form/TimePickerViewHelper.php
+++ b/typo3/sysext/form/Classes/ViewHelpers/Form/TimePickerViewHelper.php
@@ -33,7 +33,6 @@ use TYPO3\CMS\Form\ViewHelpers\RenderRenderableViewHelper;
  */
 class TimePickerViewHelper extends AbstractFormFieldViewHelper
 {
-
     /**
      * @var string
      */
diff --git a/typo3/sysext/form/Classes/ViewHelpers/Form/UploadedResourceViewHelper.php b/typo3/sysext/form/Classes/ViewHelpers/Form/UploadedResourceViewHelper.php
index bd20e6d04340..e34eb9ff3b33 100644
--- a/typo3/sysext/form/Classes/ViewHelpers/Form/UploadedResourceViewHelper.php
+++ b/typo3/sysext/form/Classes/ViewHelpers/Form/UploadedResourceViewHelper.php
@@ -32,7 +32,6 @@ use TYPO3\CMS\Fluid\ViewHelpers\Form\UploadViewHelper;
  */
 class UploadedResourceViewHelper extends UploadViewHelper
 {
-
     /**
      * @var HashService
      */
diff --git a/typo3/sysext/form/Classes/ViewHelpers/FormViewHelper.php b/typo3/sysext/form/Classes/ViewHelpers/FormViewHelper.php
index b92488c419d6..e9d82c1c71ae 100644
--- a/typo3/sysext/form/Classes/ViewHelpers/FormViewHelper.php
+++ b/typo3/sysext/form/Classes/ViewHelpers/FormViewHelper.php
@@ -33,7 +33,6 @@ use TYPO3Fluid\Fluid\Core\ViewHelper\TagBuilder;
  */
 class FormViewHelper extends FluidFormViewHelper
 {
-
     /**
      * Renders hidden form fields for referrer information about
      * the current request.
diff --git a/typo3/sysext/form/Classes/ViewHelpers/RenderRenderableViewHelper.php b/typo3/sysext/form/Classes/ViewHelpers/RenderRenderableViewHelper.php
index 4e9fa20250e5..f1d92e17f029 100644
--- a/typo3/sysext/form/Classes/ViewHelpers/RenderRenderableViewHelper.php
+++ b/typo3/sysext/form/Classes/ViewHelpers/RenderRenderableViewHelper.php
@@ -65,7 +65,6 @@ class RenderRenderableViewHelper extends AbstractViewHelper
      */
     public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
     {
-
         /** @var FormRuntime $formRuntime */
         $formRuntime = $renderingContext
             ->getViewHelperVariableContainer()
diff --git a/typo3/sysext/form/Tests/Functional/Framework/FormHandling/FormDataFactory.php b/typo3/sysext/form/Tests/Functional/Framework/FormHandling/FormDataFactory.php
index ed5d6975c824..8f257848e0c4 100644
--- a/typo3/sysext/form/Tests/Functional/Framework/FormHandling/FormDataFactory.php
+++ b/typo3/sysext/form/Tests/Functional/Framework/FormHandling/FormDataFactory.php
@@ -47,7 +47,7 @@ final class FormDataFactory
             parse_str($actionQuery, $queryArray);
             $data['actionQueryData'] = $queryArray;
 
-            [$actionUrl, ] = explode('?', $action);
+            [$actionUrl] = explode('?', $action);
             $data['actionUrl'] = $actionUrl;
 
             break;
diff --git a/typo3/sysext/form/Tests/Unit/Controller/AbstractBackendControllerTest.php b/typo3/sysext/form/Tests/Unit/Controller/AbstractBackendControllerTest.php
index 286d74c417d7..ec948c8975e1 100644
--- a/typo3/sysext/form/Tests/Unit/Controller/AbstractBackendControllerTest.php
+++ b/typo3/sysext/form/Tests/Unit/Controller/AbstractBackendControllerTest.php
@@ -25,7 +25,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
  */
 class AbstractBackendControllerTest extends UnitTestCase
 {
-
     /**
      * @test
      */
diff --git a/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinition/Validators/CreatablePropertyCollectionElementPropertiesValidatorTest.php b/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinition/Validators/CreatablePropertyCollectionElementPropertiesValidatorTest.php
index a9669ac65ecc..b8e1a5604159 100644
--- a/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinition/Validators/CreatablePropertyCollectionElementPropertiesValidatorTest.php
+++ b/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinition/Validators/CreatablePropertyCollectionElementPropertiesValidatorTest.php
@@ -25,7 +25,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
 
 class CreatablePropertyCollectionElementPropertiesValidatorTest extends UnitTestCase
 {
-
     /**
      * @test
      */
diff --git a/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinitionConversionServiceTest.php b/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinitionConversionServiceTest.php
index 02f15d1f5e14..6cbc14ab57a1 100644
--- a/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinitionConversionServiceTest.php
+++ b/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinitionConversionServiceTest.php
@@ -23,7 +23,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
 
 class FormDefinitionConversionServiceTest extends UnitTestCase
 {
-
     /**
      * @var bool Reset singletons created by subject
      */
diff --git a/typo3/sysext/form/Tests/Unit/Domain/Renderable/AbstractRenderableTest.php b/typo3/sysext/form/Tests/Unit/Domain/Renderable/AbstractRenderableTest.php
index 491564a35626..c31695098d46 100644
--- a/typo3/sysext/form/Tests/Unit/Domain/Renderable/AbstractRenderableTest.php
+++ b/typo3/sysext/form/Tests/Unit/Domain/Renderable/AbstractRenderableTest.php
@@ -25,7 +25,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
  */
 class AbstractRenderableTest extends UnitTestCase
 {
-
     /**
      * @test
      */
diff --git a/typo3/sysext/form/Tests/Unit/Mvc/Validation/CountValidatorTest.php b/typo3/sysext/form/Tests/Unit/Mvc/Validation/CountValidatorTest.php
index d16cfa7a6abb..a767b8cff32f 100644
--- a/typo3/sysext/form/Tests/Unit/Mvc/Validation/CountValidatorTest.php
+++ b/typo3/sysext/form/Tests/Unit/Mvc/Validation/CountValidatorTest.php
@@ -25,7 +25,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
  */
 class CountValidatorTest extends UnitTestCase
 {
-
     /**
      * @test
      */
diff --git a/typo3/sysext/form/Tests/Unit/Mvc/Validation/DateRangeValidatorTest.php b/typo3/sysext/form/Tests/Unit/Mvc/Validation/DateRangeValidatorTest.php
index 3edd0445ad24..6951d761da3c 100644
--- a/typo3/sysext/form/Tests/Unit/Mvc/Validation/DateRangeValidatorTest.php
+++ b/typo3/sysext/form/Tests/Unit/Mvc/Validation/DateRangeValidatorTest.php
@@ -26,7 +26,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
  */
 class DateRangeValidatorTest extends UnitTestCase
 {
-
     /**
      * @test
      */
diff --git a/typo3/sysext/form/Tests/Unit/Mvc/Validation/EmptyValidatorTest.php b/typo3/sysext/form/Tests/Unit/Mvc/Validation/EmptyValidatorTest.php
index 8f0ff1f81efe..0fcdfff5ce0f 100644
--- a/typo3/sysext/form/Tests/Unit/Mvc/Validation/EmptyValidatorTest.php
+++ b/typo3/sysext/form/Tests/Unit/Mvc/Validation/EmptyValidatorTest.php
@@ -25,7 +25,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
  */
 class EmptyValidatorTest extends UnitTestCase
 {
-
     /**
      * @test
      */
diff --git a/typo3/sysext/form/Tests/Unit/ViewHelpers/Form/DatePickerViewHelperTest.php b/typo3/sysext/form/Tests/Unit/ViewHelpers/Form/DatePickerViewHelperTest.php
index 36c1a4afa10e..df5b7ad4afc6 100644
--- a/typo3/sysext/form/Tests/Unit/ViewHelpers/Form/DatePickerViewHelperTest.php
+++ b/typo3/sysext/form/Tests/Unit/ViewHelpers/Form/DatePickerViewHelperTest.php
@@ -25,7 +25,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
  */
 class DatePickerViewHelperTest extends UnitTestCase
 {
-
     /**
      * @var \TYPO3\CMS\Form\ViewHelpers\Form\DatePickerViewHelper
      */
diff --git a/typo3/sysext/frontend/Classes/Aspect/PreviewAspect.php b/typo3/sysext/frontend/Classes/Aspect/PreviewAspect.php
index 83463446e6b0..b16a92880bef 100644
--- a/typo3/sysext/frontend/Classes/Aspect/PreviewAspect.php
+++ b/typo3/sysext/frontend/Classes/Aspect/PreviewAspect.php
@@ -28,7 +28,6 @@ use TYPO3\CMS\Core\Context\Exception\AspectPropertyNotFoundException;
  */
 class PreviewAspect implements AspectInterface
 {
-
     /**
      * @var bool
      */
diff --git a/typo3/sysext/frontend/Classes/ContentObject/FilesContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/FilesContentObject.php
index 313e79a77f2d..8d0669e42401 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/FilesContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/FilesContentObject.php
@@ -149,7 +149,6 @@ class FilesContentObject extends AbstractContentObject
      */
     protected function addFileReferences(array $configuration, array $element, FileCollector $fileCollector)
     {
-
         // It's important that this always stays "fieldName" and not be renamed to "field" as it would otherwise collide with the stdWrap key of that name
         $referencesFieldName = $this->cObj->stdWrapValue('fieldName', $configuration['references.'] ?? []);
 
diff --git a/typo3/sysext/frontend/Classes/ContentObject/ImageContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/ImageContentObject.php
index 17ac7afda979..d41fa82f5888 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/ImageContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/ImageContentObject.php
@@ -169,7 +169,6 @@ class ImageContentObject extends AbstractContentObject
                 || isset($conf['layout.'][$layoutKey . '.']['source.']) && $conf['layout.'][$layoutKey . '.']['source.']
             )
         ) {
-
             // find active sourceCollection
             $activeSourceCollections = [];
             foreach ($conf['sourceCollection.'] as $sourceCollectionKey => $sourceCollectionConfiguration) {
diff --git a/typo3/sysext/frontend/Classes/ContentObject/RecordsContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/RecordsContentObject.php
index e110be3bc548..ece0d89c49ed 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/RecordsContentObject.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/RecordsContentObject.php
@@ -180,7 +180,6 @@ class RecordsContentObject extends AbstractContentObject
 
         // Loop on all selected tables
         foreach ($tables as $table) {
-
             // Get the records for each selected category
             $tableRecords = [];
             $categoriesPerRecord = [];
diff --git a/typo3/sysext/frontend/Classes/DataProcessing/FlexFormProcessor.php b/typo3/sysext/frontend/Classes/DataProcessing/FlexFormProcessor.php
index ac5980344703..002fa70550de 100644
--- a/typo3/sysext/frontend/Classes/DataProcessing/FlexFormProcessor.php
+++ b/typo3/sysext/frontend/Classes/DataProcessing/FlexFormProcessor.php
@@ -60,7 +60,6 @@ class FlexFormProcessor implements DataProcessorInterface
         array $processorConfiguration,
         array $processedData
     ): array {
-
         // The field name to process
         $fieldName = $cObj->stdWrapValue('fieldName', $processorConfiguration, 'pi_flexform');
 
diff --git a/typo3/sysext/frontend/Classes/DataProcessing/GalleryProcessor.php b/typo3/sysext/frontend/Classes/DataProcessing/GalleryProcessor.php
index 06a8caed506c..44b88b537920 100644
--- a/typo3/sysext/frontend/Classes/DataProcessing/GalleryProcessor.php
+++ b/typo3/sysext/frontend/Classes/DataProcessing/GalleryProcessor.php
@@ -347,7 +347,6 @@ class GalleryProcessor implements DataProcessorInterface
      */
     protected function calculateRowsAndColumns()
     {
-
         // If no columns defined, set it to 1
         $columns = max((int)$this->numberOfColumns, 1);
 
diff --git a/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php b/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php
index 3ca4d9e6edfb..65b8ae2a39be 100644
--- a/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php
+++ b/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php
@@ -33,7 +33,6 @@ use TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController;
  */
 class ContentLengthResponseHeader implements MiddlewareInterface
 {
-
     /**
      * Adds the content length
      *
diff --git a/typo3/sysext/frontend/Classes/Typolink/LinkResult.php b/typo3/sysext/frontend/Classes/Typolink/LinkResult.php
index 8c8333b15d70..a14175965081 100644
--- a/typo3/sysext/frontend/Classes/Typolink/LinkResult.php
+++ b/typo3/sysext/frontend/Classes/Typolink/LinkResult.php
@@ -254,8 +254,8 @@ class LinkResult implements LinkResultInterface, \JsonSerializable, \ArrayAccess
                 $this->target = (string)$value;
                 break;
             default:
-            // do nothing
-            }
+                // do nothing
+        }
     }
 
     // @todo Will this also removed in TYPO3 v12.0, like offsetExists ?
@@ -276,7 +276,7 @@ class LinkResult implements LinkResultInterface, \JsonSerializable, \ArrayAccess
                 $this->target = '';
                 break;
             default:
-            // do nothing
-            }
+                // do nothing
+        }
     }
 }
diff --git a/typo3/sysext/frontend/Tests/Functional/Rendering/LocalizedSiteContentRenderingTest.php b/typo3/sysext/frontend/Tests/Functional/Rendering/LocalizedSiteContentRenderingTest.php
index 3b47e899647e..9e190edb4d1c 100644
--- a/typo3/sysext/frontend/Tests/Functional/Rendering/LocalizedSiteContentRenderingTest.php
+++ b/typo3/sysext/frontend/Tests/Functional/Rendering/LocalizedSiteContentRenderingTest.php
@@ -699,7 +699,6 @@ class LocalizedSiteContentRenderingTest extends AbstractDataHandlerActionTestCas
 
     public function contentOnPartiallyTranslatedPageDataProvider(): array
     {
-
         //Expected behaviour:
         //Setting sys_language_mode to different values doesn't influence the result as the requested page is translated to Polish,
         //Page title is always [PL]Page, and both languageId/contentId are always 3
diff --git a/typo3/sysext/impexp/Classes/Controller/ExportController.php b/typo3/sysext/impexp/Classes/Controller/ExportController.php
index adb9ae35ee29..d12c8377466d 100644
--- a/typo3/sysext/impexp/Classes/Controller/ExportController.php
+++ b/typo3/sysext/impexp/Classes/Controller/ExportController.php
@@ -286,7 +286,6 @@ class ExportController extends ImportExportController
 
         // Perform export:
         if (($inData['download_export'] ?? null) || ($inData['save_export'] ?? null)) {
-
             // Export by download:
             if ($inData['download_export'] ?? null) {
                 $fileName = $this->export->getOrGenerateExportFileNameWithFileExtension();
diff --git a/typo3/sysext/indexed_search/Classes/FileContentParser.php b/typo3/sysext/indexed_search/Classes/FileContentParser.php
index ae257a7dadba..bacef7cdf9ae 100644
--- a/typo3/sysext/indexed_search/Classes/FileContentParser.php
+++ b/typo3/sysext/indexed_search/Classes/FileContentParser.php
@@ -415,8 +415,8 @@ class FileContentParser
                 // PHP strip-tags()
                 return sprintf($this->sL('LLL:EXT:indexed_search/Resources/Private/Language/locallang_main.xlf:extension.XML'), $extension);
             default:
-            // Do nothing
-            }
+                // Do nothing
+        }
         return '';
     }
 
@@ -777,7 +777,7 @@ class FileContentParser
                 $this->setLocaleForServerFileSystem(true);
                 break;
             default:
-            }
+        }
         return $cParts;
     }
 
diff --git a/typo3/sysext/indexed_search/Classes/Indexer.php b/typo3/sysext/indexed_search/Classes/Indexer.php
index 1efde4d90a4c..a19460810929 100644
--- a/typo3/sysext/indexed_search/Classes/Indexer.php
+++ b/typo3/sysext/indexed_search/Classes/Indexer.php
@@ -37,7 +37,6 @@ use TYPO3\CMS\IndexedSearch\Utility\IndexedSearchUtility;
  */
 class Indexer
 {
-
     /**
      * @var array
      */
diff --git a/typo3/sysext/info/Classes/Controller/InfoPageTyposcriptConfigController.php b/typo3/sysext/info/Classes/Controller/InfoPageTyposcriptConfigController.php
index 0a63c6e8e225..706d13b8fdaf 100644
--- a/typo3/sysext/info/Classes/Controller/InfoPageTyposcriptConfigController.php
+++ b/typo3/sysext/info/Classes/Controller/InfoPageTyposcriptConfigController.php
@@ -210,8 +210,8 @@ class InfoPageTyposcriptConfigController
                         $pageTsConfig = $pageTsConfig['user.'] ?? [];
                         break;
                     default:
-                    // Entire array
-                    }
+                        // Entire array
+                }
 
                 $this->view->assign('csh', BackendUtility::cshItem('_MOD_web_info', 'tsconfig_hierarchy', '', '|'));
                 $this->view->assign('tree', $tmpl->ext_getObjTree($pageTsConfig, '', '', '', '', $this->pObj->MOD_SETTINGS['tsconf_alphaSort'] ?? '0'));
diff --git a/typo3/sysext/install/Classes/Controller/MaintenanceController.php b/typo3/sysext/install/Classes/Controller/MaintenanceController.php
index 3de4e3034460..414a37295b05 100644
--- a/typo3/sysext/install/Classes/Controller/MaintenanceController.php
+++ b/typo3/sysext/install/Classes/Controller/MaintenanceController.php
@@ -584,7 +584,6 @@ class MaintenanceController extends AbstractController
                 $connectionPool->getConnectionForTable('be_users')->insert('be_users', $adminUserFields);
 
                 if ($isSystemMaintainer) {
-
                     // Get the new admin user uid just created
                     $newAdminUserUid = (int)$connectionPool->getConnectionForTable('be_users')->lastInsertId('be_users');
 
diff --git a/typo3/sysext/install/Classes/Report/InstallStatusReport.php b/typo3/sysext/install/Classes/Report/InstallStatusReport.php
index 8003170f9498..6633af4b8524 100644
--- a/typo3/sysext/install/Classes/Report/InstallStatusReport.php
+++ b/typo3/sysext/install/Classes/Report/InstallStatusReport.php
@@ -149,7 +149,7 @@ class InstallStatusReport implements StatusProviderInterface
                             $severity = Status::ERROR;
                             break;
                         default:
-                        }
+                    }
                 }
             }
         }
diff --git a/typo3/sysext/install/Classes/Report/SecurityStatusReport.php b/typo3/sysext/install/Classes/Report/SecurityStatusReport.php
index 8be3aad4bcea..2aab4e63dcd5 100644
--- a/typo3/sysext/install/Classes/Report/SecurityStatusReport.php
+++ b/typo3/sysext/install/Classes/Report/SecurityStatusReport.php
@@ -155,8 +155,8 @@ class SecurityStatusReport implements StatusProviderInterface
                 EnableFileService::removeInstallToolEnableFile();
                 break;
             default:
-            // Do nothing
-            }
+                // Do nothing
+        }
     }
 
     /**
diff --git a/typo3/sysext/install/Classes/Service/LocalConfigurationValueService.php b/typo3/sysext/install/Classes/Service/LocalConfigurationValueService.php
index 84d1243b0af1..49fae425418d 100644
--- a/typo3/sysext/install/Classes/Service/LocalConfigurationValueService.php
+++ b/typo3/sysext/install/Classes/Service/LocalConfigurationValueService.php
@@ -31,7 +31,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
  */
 class LocalConfigurationValueService
 {
-
     /**
      * Get up configuration data. Prepares main TYPO3_CONF_VARS
      * array to be displayed and merges is with the description file
diff --git a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/Sqlite.php b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/Sqlite.php
index 976f3411a19c..9da15e6819ea 100644
--- a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/Sqlite.php
+++ b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/Sqlite.php
@@ -28,7 +28,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
  */
 class Sqlite extends AbstractPlatform
 {
-
     /**
      * Get all status information as array with status objects
      *
diff --git a/typo3/sysext/lowlevel/Classes/Command/LostFilesCommand.php b/typo3/sysext/lowlevel/Classes/Command/LostFilesCommand.php
index 0fd4e0f66e60..694379d2a5d8 100644
--- a/typo3/sysext/lowlevel/Classes/Command/LostFilesCommand.php
+++ b/typo3/sysext/lowlevel/Classes/Command/LostFilesCommand.php
@@ -216,7 +216,6 @@ If you want to get more detailed information, use the --verbose option.')
 
         // Traverse files and for each, look up if its found in the reference index.
         foreach ($files as $key => $value) {
-
             // First, allow "index.html", ".htaccess" files since they are often used for good reasons
             if (substr($value, -11) === '/index.html' || substr($value, -10) === '/.htaccess') {
                 continue;
diff --git a/typo3/sysext/recordlist/Classes/LinkHandler/FileLinkHandler.php b/typo3/sysext/recordlist/Classes/LinkHandler/FileLinkHandler.php
index d7afd926034f..a111099d03df 100644
--- a/typo3/sysext/recordlist/Classes/LinkHandler/FileLinkHandler.php
+++ b/typo3/sysext/recordlist/Classes/LinkHandler/FileLinkHandler.php
@@ -126,7 +126,6 @@ class FileLinkHandler extends AbstractLinkHandler implements LinkHandlerInterfac
 
         // Build the file upload and folder creation form
         if ($selectedFolder) {
-
             // If a folder is found, store it in the session to continue where the editor left off the last time
             if ($selectedFolder->checkActionPermission('read')) {
                 $moduleSessionData = $this->getBackendUser()->getModuleData('browse_links.php', 'ses') ?: [];
diff --git a/typo3/sysext/recycler/Classes/Controller/RecyclerModuleController.php b/typo3/sysext/recycler/Classes/Controller/RecyclerModuleController.php
index 5301a27f5eb1..5960d734162e 100644
--- a/typo3/sysext/recycler/Classes/Controller/RecyclerModuleController.php
+++ b/typo3/sysext/recycler/Classes/Controller/RecyclerModuleController.php
@@ -39,7 +39,6 @@ use TYPO3\CMS\Fluid\View\StandaloneView;
  */
 class RecyclerModuleController
 {
-
     /**
      * @var array
      */
diff --git a/typo3/sysext/redirects/Classes/Service/RedirectService.php b/typo3/sysext/redirects/Classes/Service/RedirectService.php
index f99bf6cd5a4d..633b7dba3322 100644
--- a/typo3/sysext/redirects/Classes/Service/RedirectService.php
+++ b/typo3/sysext/redirects/Classes/Service/RedirectService.php
@@ -214,8 +214,8 @@ class RedirectService implements LoggerAwareInterface
                     }
                     break;
                 default:
-                // we have to return the link details without having a "URL" parameter
-                }
+                    // we have to return the link details without having a "URL" parameter
+            }
         } catch (InvalidPathException $e) {
             return [];
         }
diff --git a/typo3/sysext/reports/Classes/Report/Status/FalStatus.php b/typo3/sysext/reports/Classes/Report/Status/FalStatus.php
index c909915e0547..6c2f36988f68 100644
--- a/typo3/sysext/reports/Classes/Report/Status/FalStatus.php
+++ b/typo3/sysext/reports/Classes/Report/Status/FalStatus.php
@@ -61,7 +61,6 @@ class FalStatus implements StatusProviderInterface
 
         /** @var ResourceStorage $storageObject */
         foreach ($storageObjects as $storageObject) {
-
             // We only check missing files for storages that are online
             if ($storageObject->isOnline()) {
                 $storages[$storageObject->getUid()] = $storageObject;
diff --git a/typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php b/typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php
index 639441e480e8..34b3eadd95a1 100644
--- a/typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php
+++ b/typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php
@@ -55,7 +55,6 @@ use TYPO3\CMS\Scheduler\Task\Enumeration\Action;
  */
 class SchedulerModuleController
 {
-
     /**
      * Array containing submitted data when editing or adding a task
      *
diff --git a/typo3/sysext/scheduler/Classes/Task/IpAnonymizationTask.php b/typo3/sysext/scheduler/Classes/Task/IpAnonymizationTask.php
index ba73df14ac70..1f42c591c6ca 100644
--- a/typo3/sysext/scheduler/Classes/Task/IpAnonymizationTask.php
+++ b/typo3/sysext/scheduler/Classes/Task/IpAnonymizationTask.php
@@ -33,7 +33,6 @@ use TYPO3\CMS\Core\Utility\IpAnonymizationUtility;
  */
 class IpAnonymizationTask extends AbstractTask
 {
-
     /**
      * @var int Number of days
      */
diff --git a/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapPagesTest.php b/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapPagesTest.php
index ac9a2f495a68..0d75d70eb646 100644
--- a/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapPagesTest.php
+++ b/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapPagesTest.php
@@ -22,7 +22,6 @@ namespace TYPO3\CMS\Seo\Tests\Functional\XmlSitemap;
  */
 class XmlSitemapPagesTest extends AbstractXmlSitemapPagesTest
 {
-
     /**
      * @param string $urlPattern
      * @test
diff --git a/typo3/sysext/setup/Classes/Controller/SetupModuleController.php b/typo3/sysext/setup/Classes/Controller/SetupModuleController.php
index b79d5d81992e..857c979309b7 100644
--- a/typo3/sysext/setup/Classes/Controller/SetupModuleController.php
+++ b/typo3/sysext/setup/Classes/Controller/SetupModuleController.php
@@ -55,7 +55,6 @@ use TYPO3\CMS\Setup\Event\AddJavaScriptModulesEvent;
  */
 class SetupModuleController
 {
-
     /**
      * Flag if password has not been updated
      */
@@ -940,7 +939,6 @@ class SetupModuleController
      */
     protected function setAvatarFileUid($beUserId, $fileUid, array &$storeRec)
     {
-
         // Update is only needed when new fileUid is set
         if ((int)$fileUid === $this->getAvatarFileUid($beUserId)) {
             return;
@@ -996,7 +994,6 @@ class SetupModuleController
 
             // Check if extension is allowed
             if ($file && $file->isImage()) {
-
                 // Create new file reference
                 $storeRec['sys_file_reference']['NEW1234'] = [
                     'uid_local' => (int)$fileUid,
diff --git a/typo3/sysext/sys_note/Classes/Hook/PageHook.php b/typo3/sysext/sys_note/Classes/Hook/PageHook.php
index 46e9e1ad78d7..f85afbe192d2 100644
--- a/typo3/sysext/sys_note/Classes/Hook/PageHook.php
+++ b/typo3/sysext/sys_note/Classes/Hook/PageHook.php
@@ -28,7 +28,6 @@ use TYPO3\CMS\SysNote\Domain\Repository\SysNoteRepository;
  */
 class PageHook
 {
-
     /**
      * Add sys_notes as additional content to the header of the page module
      *
diff --git a/typo3/sysext/tstemplate/Classes/Controller/TemplateAnalyzerModuleFunctionController.php b/typo3/sysext/tstemplate/Classes/Controller/TemplateAnalyzerModuleFunctionController.php
index 108a70232d01..9ae4b8366b01 100644
--- a/typo3/sysext/tstemplate/Classes/Controller/TemplateAnalyzerModuleFunctionController.php
+++ b/typo3/sysext/tstemplate/Classes/Controller/TemplateAnalyzerModuleFunctionController.php
@@ -29,7 +29,6 @@ use TYPO3\CMS\Fluid\View\StandaloneView;
  */
 class TemplateAnalyzerModuleFunctionController
 {
-
     /**
      * @var TypoScriptTemplateModuleController
      */
diff --git a/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateConstantEditorModuleFunctionController.php b/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateConstantEditorModuleFunctionController.php
index 553f1c69d183..561a4551b10d 100644
--- a/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateConstantEditorModuleFunctionController.php
+++ b/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateConstantEditorModuleFunctionController.php
@@ -31,7 +31,6 @@ use TYPO3\CMS\Fluid\View\StandaloneView;
  */
 class TypoScriptTemplateConstantEditorModuleFunctionController
 {
-
     /**
      * @var TypoScriptTemplateModuleController
      */
diff --git a/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateInformationModuleFunctionController.php b/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateInformationModuleFunctionController.php
index 4040bdd9d9d5..7f95f5f47c40 100644
--- a/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateInformationModuleFunctionController.php
+++ b/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateInformationModuleFunctionController.php
@@ -30,7 +30,6 @@ use TYPO3\CMS\Fluid\View\StandaloneView;
  */
 class TypoScriptTemplateInformationModuleFunctionController
 {
-
     /**
      * @var TypoScriptTemplateModuleController
      */
diff --git a/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateModuleController.php b/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateModuleController.php
index 2f9182ea6fa6..054407256e77 100644
--- a/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateModuleController.php
+++ b/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateModuleController.php
@@ -49,7 +49,6 @@ use TYPO3\CMS\Fluid\ViewHelpers\Be\InfoboxViewHelper;
  */
 class TypoScriptTemplateModuleController
 {
-
     /**
      * @var string
      */
diff --git a/typo3/sysext/workspaces/Classes/Hook/DataHandlerHook.php b/typo3/sysext/workspaces/Classes/Hook/DataHandlerHook.php
index de5f9603c3eb..e00571561d76 100644
--- a/typo3/sysext/workspaces/Classes/Hook/DataHandlerHook.php
+++ b/typo3/sysext/workspaces/Classes/Hook/DataHandlerHook.php
@@ -132,8 +132,8 @@ class DataHandlerHook
                 }
                 break;
             default:
-            // Do nothing
-            }
+                // Do nothing
+        }
     }
 
     /**
diff --git a/typo3/sysext/workspaces/Classes/Service/GridDataService.php b/typo3/sysext/workspaces/Classes/Service/GridDataService.php
index 861891e97945..7ceeacff33fc 100644
--- a/typo3/sysext/workspaces/Classes/Service/GridDataService.php
+++ b/typo3/sysext/workspaces/Classes/Service/GridDataService.php
@@ -422,8 +422,8 @@ class GridDataService implements LoggerAwareInterface
                     uasort($this->dataArray, [$this, 'stringSort']);
                     break;
                 default:
-                // Do nothing
-                }
+                    // Do nothing
+            }
         } else {
             $this->logger->critical('Trying to sort by {field} in "{class}::{method}" but $this->dataArray is empty! This might be the bug #26422 which could not be reproduced yet.', [
                 'field' => $this->sort,
-- 
GitLab