[TASK] Bump friendsofphp/php-cs-fixer:^3.35.1
It's time to update to latest changes of php-cs-fixer to align with current community rules. This brings a rather huge series of changes, main changes due to single_line_empty_body rule which now formats empty class and method body curly braces into a single line, plus changes from function_declaration rule which tends to avoid more whitespaces. The change has a slight impact on phpstan, we regenerate baseline. To reduce backport headaches, this change is backported to v12 and v11. > composer req --dev friendsofphp/php-cs-fixer:^3.35.1 > Build/Scripts/runTests.sh -s cgl > Build/Scripts/runTests.sh -s phpstanGenerateBaseline Resolves: #102236 Releases: main, 12.4, 11.5 Change-Id: Iea45b10667951672b2194033216c49f580799f55 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81513 Tested-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Jasmina Ließmann <minapokhalo+typo3@gmail.com> Reviewed-by:
Jasmina Ließmann <minapokhalo+typo3@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com>
Showing
- Build/phpstan/phpstan-baseline.neon 1 addition, 1 deletionBuild/phpstan/phpstan-baseline.neon
- composer.json 1 addition, 1 deletioncomposer.json
- composer.lock 8 additions, 10 deletionscomposer.lock
- typo3/sysext/adminpanel/Classes/Middleware/SqlLogging.php 1 addition, 2 deletionstypo3/sysext/adminpanel/Classes/Middleware/SqlLogging.php
- typo3/sysext/adminpanel/Classes/ModuleApi/ModuleData.php 1 addition, 3 deletionstypo3/sysext/adminpanel/Classes/ModuleApi/ModuleData.php
- typo3/sysext/adminpanel/Classes/Modules/Debug/Events.php 1 addition, 3 deletionstypo3/sysext/adminpanel/Classes/Modules/Debug/Events.php
- typo3/sysext/adminpanel/Classes/Modules/TsDebug/TypoScriptWaterfall.php 1 addition, 2 deletions...dminpanel/Classes/Modules/TsDebug/TypoScriptWaterfall.php
- typo3/sysext/adminpanel/Tests/Unit/Fixtures/MainModuleFixture.php 3 additions, 9 deletions...sext/adminpanel/Tests/Unit/Fixtures/MainModuleFixture.php
- typo3/sysext/adminpanel/Tests/Unit/Fixtures/SubModuleFixture.php 1 addition, 3 deletions...ysext/adminpanel/Tests/Unit/Fixtures/SubModuleFixture.php
- typo3/sysext/adminpanel/Tests/Unit/Modules/PreviewModuleTest.php 1 addition, 1 deletion...ysext/adminpanel/Tests/Unit/Modules/PreviewModuleTest.php
- typo3/sysext/backend/Classes/Attribute/Controller.php 1 addition, 3 deletionstypo3/sysext/backend/Classes/Attribute/Controller.php
- typo3/sysext/backend/Classes/Authentication/Event/SwitchUserEvent.php 1 addition, 2 deletions.../backend/Classes/Authentication/Event/SwitchUserEvent.php
- typo3/sysext/backend/Classes/Backend/Event/ModifyClearCacheActionsEvent.php 1 addition, 3 deletions...nd/Classes/Backend/Event/ModifyClearCacheActionsEvent.php
- typo3/sysext/backend/Classes/Backend/Event/SystemInformationToolbarCollectorEvent.php 1 addition, 3 deletions.../Backend/Event/SystemInformationToolbarCollectorEvent.php
- typo3/sysext/backend/Classes/Backend/ToolbarItems/LiveSearchToolbarItem.php 1 addition, 2 deletions...nd/Classes/Backend/ToolbarItems/LiveSearchToolbarItem.php
- typo3/sysext/backend/Classes/Backend/ToolbarItems/ShortcutToolbarItem.php 1 addition, 2 deletions...kend/Classes/Backend/ToolbarItems/ShortcutToolbarItem.php
- typo3/sysext/backend/Classes/Backend/ToolbarItems/UserToolbarItem.php 1 addition, 2 deletions.../backend/Classes/Backend/ToolbarItems/UserToolbarItem.php
- typo3/sysext/backend/Classes/Controller/AboutController.php 1 addition, 2 deletionstypo3/sysext/backend/Classes/Controller/AboutController.php
- typo3/sysext/backend/Classes/Controller/AjaxLoginController.php 1 addition, 2 deletions...sysext/backend/Classes/Controller/AjaxLoginController.php
- typo3/sysext/backend/Classes/Controller/BackendController.php 1 addition, 1 deletion...3/sysext/backend/Classes/Controller/BackendController.php
Please register or sign in to comment