[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/+/81514 Reviewed-by:Jasmina Ließmann <minapokhalo+typo3@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Jasmina Ließmann <minapokhalo+typo3@gmail.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- Build/phpstan/phpstan-baseline.neon 1 addition, 1 deletionBuild/phpstan/phpstan-baseline.neon
- composer.json 1 addition, 1 deletioncomposer.json
- composer.lock 7 additions, 9 deletionscomposer.lock
- typo3/sysext/adminpanel/Classes/Exceptions/InvalidConfigurationException.php 1 addition, 3 deletions...anel/Classes/Exceptions/InvalidConfigurationException.php
- typo3/sysext/adminpanel/Classes/ModuleApi/ModuleData.php 1 addition, 3 deletionstypo3/sysext/adminpanel/Classes/ModuleApi/ModuleData.php
- typo3/sysext/adminpanel/Tests/Unit/Fixtures/MainModuleFixture.php 2 additions, 6 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/backend/Classes/Controller/ColumnSelectorController.php 5 additions, 5 deletions...t/backend/Classes/Controller/ColumnSelectorController.php
- typo3/sysext/backend/Classes/Controller/EditDocumentController.php 1 addition, 1 deletion...ext/backend/Classes/Controller/EditDocumentController.php
- typo3/sysext/backend/Classes/Controller/Page/TreeController.php 2 additions, 2 deletions...sysext/backend/Classes/Controller/Page/TreeController.php
- typo3/sysext/backend/Classes/Exception.php 1 addition, 3 deletionstypo3/sysext/backend/Classes/Exception.php
- typo3/sysext/backend/Classes/Exception/BackendAccessDeniedException.php 1 addition, 3 deletions...ackend/Classes/Exception/BackendAccessDeniedException.php
- typo3/sysext/backend/Classes/Exception/BackendLockedException.php 1 addition, 3 deletions...sext/backend/Classes/Exception/BackendLockedException.php
- typo3/sysext/backend/Classes/Exception/SiteValidationErrorException.php 1 addition, 3 deletions...ackend/Classes/Exception/SiteValidationErrorException.php
- typo3/sysext/backend/Classes/Form/Element/SelectSingleElement.php 1 addition, 1 deletion...sext/backend/Classes/Form/Element/SelectSingleElement.php
- typo3/sysext/backend/Classes/Form/Exception.php 1 addition, 3 deletionstypo3/sysext/backend/Classes/Form/Exception.php
- typo3/sysext/backend/Classes/Form/Exception/AccessDeniedContentEditException.php 1 addition, 3 deletions...asses/Form/Exception/AccessDeniedContentEditException.php
- typo3/sysext/backend/Classes/Form/Exception/AccessDeniedEditInternalsException.php 1 addition, 3 deletions...ses/Form/Exception/AccessDeniedEditInternalsException.php
- typo3/sysext/backend/Classes/Form/Exception/AccessDeniedException.php 1 addition, 3 deletions.../backend/Classes/Form/Exception/AccessDeniedException.php
- typo3/sysext/backend/Classes/Form/Exception/AccessDeniedHookException.php 1 addition, 3 deletions...kend/Classes/Form/Exception/AccessDeniedHookException.php
Please register or sign in to comment