[TASK] Resolve cgl violations in php files
With #98331 friendsofphp/php-cs-fixer has been raised in v11. However, pre-merge ci only scans for cgl in changed php files. Thus no scan has been run on all php files and cgl violations were not detected. Nightly revealed them. This change runs cgl fix on all files to align them to the current rules and style. Used commands: > Build/Scripts/runTests.sh -s cgl Resolves: #98338 Related: #98331 Releases: 11.5 Change-Id: I98863b7bc28ea4e751a0b69f65eb4589db97b844 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75698 Tested-by:Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech>
Showing
- typo3/sysext/adminpanel/Classes/Service/ConfigurationService.php 1 addition, 1 deletion...ysext/adminpanel/Classes/Service/ConfigurationService.php
- typo3/sysext/backend/Classes/Controller/ContentElement/MoveElementController.php 1 addition, 1 deletion...asses/Controller/ContentElement/MoveElementController.php
- typo3/sysext/backend/Classes/Controller/FormFlexAjaxController.php 1 addition, 1 deletion...ext/backend/Classes/Controller/FormFlexAjaxController.php
- typo3/sysext/backend/Classes/Controller/NewRecordController.php 1 addition, 1 deletion...sysext/backend/Classes/Controller/NewRecordController.php
- typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php 2 additions, 2 deletions...sext/backend/Classes/Form/Element/AbstractFormElement.php
- typo3/sysext/backend/Classes/Form/FormDataProvider/DatabaseRowDateTimeFields.php 1 addition, 1 deletion...asses/Form/FormDataProvider/DatabaseRowDateTimeFields.php
- typo3/sysext/backend/Classes/Form/FormDataProvider/TcaRecordTitle.php 1 addition, 1 deletion.../backend/Classes/Form/FormDataProvider/TcaRecordTitle.php
- typo3/sysext/backend/Classes/Tree/Repository/PageTreeRepository.php 1 addition, 1 deletion...xt/backend/Classes/Tree/Repository/PageTreeRepository.php
- typo3/sysext/backend/Classes/View/PageLayoutView.php 2 additions, 2 deletionstypo3/sysext/backend/Classes/View/PageLayoutView.php
- typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php 23 additions, 23 deletions...core/Classes/Authentication/BackendUserAuthentication.php
- typo3/sysext/core/Classes/Context/LanguageAspectFactory.php 4 additions, 4 deletionstypo3/sysext/core/Classes/Context/LanguageAspectFactory.php
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 3 additions, 3 deletionstypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/core/Classes/Database/ReferenceIndex.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Database/ReferenceIndex.php
- typo3/sysext/core/Classes/Database/Schema/Parser/Lexer.php 3 additions, 3 deletionstypo3/sysext/core/Classes/Database/Schema/Parser/Lexer.php
- typo3/sysext/core/Classes/Database/Schema/Parser/Parser.php 2 additions, 2 deletionstypo3/sysext/core/Classes/Database/Schema/Parser/Parser.php
- typo3/sysext/core/Classes/Domain/Repository/PageRepository.php 2 additions, 2 deletions.../sysext/core/Classes/Domain/Repository/PageRepository.php
- typo3/sysext/core/Classes/Html/RteHtmlParser.php 4 additions, 4 deletionstypo3/sysext/core/Classes/Html/RteHtmlParser.php
- typo3/sysext/core/Classes/Mail/TransportFactory.php 2 additions, 2 deletionstypo3/sysext/core/Classes/Mail/TransportFactory.php
- typo3/sysext/core/Classes/Page/PageRenderer.php 16 additions, 16 deletionstypo3/sysext/core/Classes/Page/PageRenderer.php
- typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php 6 additions, 6 deletionstypo3/sysext/core/Classes/Resource/Driver/LocalDriver.php
Please register or sign in to comment