[TASK] Harden array callbacks in EXT:backend
To improve code readability and to help static analysis, add type annotations and use first-class callables. Resolves: #100330 Releases: main Change-Id: I09a354bb99823a621e6ada5234243e44e2fd680a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78283 Reviewed-by:Stefan Froemken <froemken@gmail.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
core-ci <typo3@b13.com>
Showing
- typo3/sysext/backend/Classes/Backend/ToolbarItems/UserToolbarItem.php 1 addition, 3 deletions.../backend/Classes/Backend/ToolbarItems/UserToolbarItem.php
- typo3/sysext/backend/Classes/Command/CreateBackendUserCommand.php 1 addition, 1 deletion...sext/backend/Classes/Command/CreateBackendUserCommand.php
- typo3/sysext/backend/Classes/Controller/AbstractMfaController.php 1 addition, 1 deletion...sext/backend/Classes/Controller/AbstractMfaController.php
- typo3/sysext/backend/Classes/Controller/BackendController.php 2 additions, 2 deletions...3/sysext/backend/Classes/Controller/BackendController.php
- typo3/sysext/backend/Classes/Controller/ContentElement/NewContentElementController.php 1 addition, 1 deletion...Controller/ContentElement/NewContentElementController.php
- typo3/sysext/backend/Classes/Controller/EditDocumentController.php 1 addition, 1 deletion...ext/backend/Classes/Controller/EditDocumentController.php
- typo3/sysext/backend/Classes/Controller/FileStorage/TreeController.php 3 additions, 3 deletions...backend/Classes/Controller/FileStorage/TreeController.php
- typo3/sysext/backend/Classes/Controller/LiveSearchController.php 2 additions, 1 deletion...ysext/backend/Classes/Controller/LiveSearchController.php
- typo3/sysext/backend/Classes/Controller/MfaAjaxController.php 1 addition, 1 deletion...3/sysext/backend/Classes/Controller/MfaAjaxController.php
- typo3/sysext/backend/Classes/Controller/MfaController.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Controller/MfaController.php
- typo3/sysext/backend/Classes/Controller/MfaSetupController.php 1 addition, 1 deletion.../sysext/backend/Classes/Controller/MfaSetupController.php
- typo3/sysext/backend/Classes/Controller/NewRecordController.php 1 addition, 1 deletion...sysext/backend/Classes/Controller/NewRecordController.php
- typo3/sysext/backend/Classes/Controller/Page/TreeController.php 7 additions, 7 deletions...sysext/backend/Classes/Controller/Page/TreeController.php
- typo3/sysext/backend/Classes/Controller/PageTsConfig/PageTsConfigActiveController.php 2 additions, 2 deletions.../Controller/PageTsConfig/PageTsConfigActiveController.php
- typo3/sysext/backend/Classes/Controller/PageTsConfig/PageTsConfigIncludesController.php 2 additions, 2 deletions...ontroller/PageTsConfig/PageTsConfigIncludesController.php
- typo3/sysext/backend/Classes/Controller/RecordListController.php 2 additions, 2 deletions...ysext/backend/Classes/Controller/RecordListController.php
- typo3/sysext/backend/Classes/Controller/Wizard/AddController.php 1 addition, 1 deletion...ysext/backend/Classes/Controller/Wizard/AddController.php
- typo3/sysext/backend/Classes/Form/Behavior/OnFieldChangeTrait.php 1 addition, 1 deletion...sext/backend/Classes/Form/Behavior/OnFieldChangeTrait.php
- typo3/sysext/backend/Classes/Form/Container/InlineControlContainer.php 1 addition, 1 deletion...backend/Classes/Form/Container/InlineControlContainer.php
- typo3/sysext/backend/Classes/Form/Container/SiteLanguageContainer.php 1 addition, 1 deletion.../backend/Classes/Form/Container/SiteLanguageContainer.php
Please register or sign in to comment