[BUGFIX] Fix deprecation rule in cs fixer tests
When performing `Build/Scripts/runTests.sh -s cglGit` with latest cs fixer version a rule dependency error is thrown. This patch exchanges the deprecation with the current recommended rule. Used command(s): > composer require --dev \ "friendsofphp/php-cs-fixer":"^3.26.1" > Build/Scripts/runTests.sh -s cgl Resolves: #101888 Releases: main, 11.5, 12.4 Change-Id: Ie139ef841c92461e116732923991c6474e888a5e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80936 Tested-by:Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- Build/php-cs-fixer/config.php 1 addition, 1 deletionBuild/php-cs-fixer/config.php
- composer.json 1 addition, 1 deletioncomposer.json
- composer.lock 8 additions, 9 deletionscomposer.lock
- typo3/sysext/backend/Classes/Attribute/Controller.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Attribute/Controller.php
- typo3/sysext/backend/Classes/Controller/ContentElement/ElementInformationController.php 1 addition, 1 deletion...ontroller/ContentElement/ElementInformationController.php
- typo3/sysext/backend/Classes/Controller/LiveSearchController.php 1 addition, 1 deletion...ysext/backend/Classes/Controller/LiveSearchController.php
- typo3/sysext/backend/Classes/Controller/LoginController.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Controller/LoginController.php
- typo3/sysext/backend/Classes/Form/InlineStackProcessor.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Form/InlineStackProcessor.php
- typo3/sysext/backend/Classes/RecordList/DatabaseRecordList.php 2 additions, 2 deletions.../sysext/backend/Classes/RecordList/DatabaseRecordList.php
- typo3/sysext/backend/Configuration/SiteConfiguration/site_language.php 1 addition, 1 deletion...backend/Configuration/SiteConfiguration/site_language.php
- typo3/sysext/backend/Tests/Functional/Controller/Page/TreeControllerTest.php 4 additions, 4 deletions...d/Tests/Functional/Controller/Page/TreeControllerTest.php
- typo3/sysext/backend/Tests/Functional/Controller/ResetPasswordControllerTest.php 1 addition, 1 deletion...sts/Functional/Controller/ResetPasswordControllerTest.php
- typo3/sysext/backend/Tests/Unit/Utility/BackendUtilityTest.php 1 addition, 1 deletion.../sysext/backend/Tests/Unit/Utility/BackendUtilityTest.php
- typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php 3 additions, 3 deletions...ore/Classes/Authentication/AbstractUserAuthentication.php
- typo3/sysext/core/Classes/Authentication/Mfa/MfaViewType.php 2 additions, 2 deletionstypo3/sysext/core/Classes/Authentication/Mfa/MfaViewType.php
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 6 additions, 6 deletionstypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/core/Classes/DataHandling/Localization/DataMapProcessor.php 1 addition, 1 deletion...re/Classes/DataHandling/Localization/DataMapProcessor.php
- typo3/sysext/core/Classes/Database/Query/Expression/CompositeExpression.php 3 additions, 3 deletions...Classes/Database/Query/Expression/CompositeExpression.php
- typo3/sysext/core/Classes/Database/RelationHandler.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Database/RelationHandler.php
- typo3/sysext/core/Classes/DependencyInjection/ServiceProviderCompilationPass.php 1 addition, 1 deletion...es/DependencyInjection/ServiceProviderCompilationPass.php
Please register or sign in to comment