[TASK] Streamline indentation of arrays and comments
PHP-CS-Fixer rule `array_indentation` is activated to have consistent indentation of arrays. In addition, a full run of php-cs-fixer without caches shows also affected areas where comments did not apply properly. Resolves: #102753 Releases: main, 12.4, 11.5 Change-Id: I759149606c4b042f1ac4329d4f5b7166d591456b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82334 Tested-by:core-ci <typo3@b13.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
Showing
- Build/php-cs-fixer/config.php 1 addition, 0 deletionsBuild/php-cs-fixer/config.php
- typo3/sysext/backend/Classes/Controller/ColumnSelectorController.php 1 addition, 1 deletion...t/backend/Classes/Controller/ColumnSelectorController.php
- typo3/sysext/backend/Classes/Controller/ContentElement/ElementInformationController.php 1 addition, 1 deletion...ontroller/ContentElement/ElementInformationController.php
- typo3/sysext/backend/Classes/Controller/LoginController.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Controller/LoginController.php
- typo3/sysext/backend/Classes/Controller/ResetPasswordController.php 3 additions, 3 deletions...xt/backend/Classes/Controller/ResetPasswordController.php
- typo3/sysext/backend/Classes/Form/Element/SelectSingleBoxElement.php 1 addition, 1 deletion...t/backend/Classes/Form/Element/SelectSingleBoxElement.php
- typo3/sysext/backend/Classes/Form/FieldWizard/SelectIcons.php 5 additions, 5 deletions...3/sysext/backend/Classes/Form/FieldWizard/SelectIcons.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 13 additions, 13 deletions.../sysext/backend/Classes/RecordList/DatabaseRecordList.php
- typo3/sysext/backend/Classes/Tree/FileStorageTreeProvider.php 2 additions, 2 deletions...3/sysext/backend/Classes/Tree/FileStorageTreeProvider.php
- typo3/sysext/backend/Tests/Functional/Controller/EditDocumentControllerTest.php 7 additions, 7 deletions...ests/Functional/Controller/EditDocumentControllerTest.php
- typo3/sysext/backend/Tests/Functional/Controller/Page/TreeControllerTest.php 10 additions, 10 deletions...d/Tests/Functional/Controller/Page/TreeControllerTest.php
- typo3/sysext/backend/Tests/Functional/Controller/ResetPasswordControllerTest.php 6 additions, 6 deletions...sts/Functional/Controller/ResetPasswordControllerTest.php
- typo3/sysext/backend/Tests/Functional/RecordList/DownloadRecordListTest.php 25 additions, 25 deletions...nd/Tests/Functional/RecordList/DownloadRecordListTest.php
- typo3/sysext/backend/Tests/Functional/Template/Components/Buttons/Action/ShortcutButtonTest.php 1 addition, 1 deletion...Template/Components/Buttons/Action/ShortcutButtonTest.php
- typo3/sysext/backend/Tests/Unit/Controller/Wizard/SuggestWizardControllerTest.php 5 additions, 5 deletions...ts/Unit/Controller/Wizard/SuggestWizardControllerTest.php
- typo3/sysext/backend/Tests/Unit/Form/Element/InputHiddenElementTest.php 1 addition, 1 deletion...ackend/Tests/Unit/Form/Element/InputHiddenElementTest.php
- typo3/sysext/backend/Tests/Unit/Form/Element/JsonElementTest.php 1 addition, 1 deletion...ysext/backend/Tests/Unit/Form/Element/JsonElementTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/DatabaseRowInitializeNewTest.php 1 addition, 1 deletion...it/Form/FormDataProvider/DatabaseRowInitializeNewTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaLanguageTest.php 33 additions, 33 deletions...kend/Tests/Unit/Form/FormDataProvider/TcaLanguageTest.php
Please register or sign in to comment