[TASK] Use strict typed properties in ext:dashboard
Many properties are already typesafe due to their type declaration in class constructors. This patch introduces constructor property promotion where possible and additionally adds type declarations for some properties and function arguments. Resolves: #99443 Releases: main Signed-off-by:Torben Hansen <derhansen@gmail.com> Change-Id: I46f5f9163d233210d23219b923c07ecd3fb8ced8 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77241 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Nikita Hovratov <nikita.h@live.de>
Showing
- typo3/sysext/dashboard/Classes/Dashboard.php 8 additions, 35 deletionstypo3/sysext/dashboard/Classes/Dashboard.php
- typo3/sysext/dashboard/Classes/DashboardInitializationService.php 7 additions, 26 deletions...sext/dashboard/Classes/DashboardInitializationService.php
- typo3/sysext/dashboard/Classes/DashboardPreset.php 7 additions, 40 deletionstypo3/sysext/dashboard/Classes/DashboardPreset.php
- typo3/sysext/dashboard/Classes/DashboardPresetRegistry.php 1 addition, 1 deletiontypo3/sysext/dashboard/Classes/DashboardPresetRegistry.php
- typo3/sysext/dashboard/Classes/DashboardRepository.php 6 additions, 30 deletionstypo3/sysext/dashboard/Classes/DashboardRepository.php
- typo3/sysext/dashboard/Classes/DependencyInjection/DashboardWidgetPass.php 1 addition, 7 deletions...board/Classes/DependencyInjection/DashboardWidgetPass.php
- typo3/sysext/dashboard/Classes/WidgetGroup.php 1 addition, 13 deletionstypo3/sysext/dashboard/Classes/WidgetGroup.php
- typo3/sysext/dashboard/Classes/WidgetGroupInitializationService.php 4 additions, 14 deletions...xt/dashboard/Classes/WidgetGroupInitializationService.php
- typo3/sysext/dashboard/Classes/WidgetGroupRegistry.php 1 addition, 1 deletiontypo3/sysext/dashboard/Classes/WidgetGroupRegistry.php
- typo3/sysext/dashboard/Classes/WidgetRegistry.php 1 addition, 7 deletionstypo3/sysext/dashboard/Classes/WidgetRegistry.php
- typo3/sysext/dashboard/Classes/Widgets/Provider/ButtonProvider.php 5 additions, 20 deletions...ext/dashboard/Classes/Widgets/Provider/ButtonProvider.php
- typo3/sysext/dashboard/Classes/Widgets/Provider/SysLogButtonProvider.php 1 addition, 13 deletions...shboard/Classes/Widgets/Provider/SysLogButtonProvider.php
- typo3/sysext/dashboard/Classes/Widgets/Provider/SysLogErrorsDataProvider.php 4 additions, 16 deletions...ard/Classes/Widgets/Provider/SysLogErrorsDataProvider.php
- typo3/sysext/dashboard/Classes/Widgets/Provider/TypeOfUsersChartDataProvider.php 1 addition, 4 deletions...Classes/Widgets/Provider/TypeOfUsersChartDataProvider.php
- typo3/sysext/dashboard/Classes/Widgets/WidgetConfiguration.php 9 additions, 64 deletions.../sysext/dashboard/Classes/Widgets/WidgetConfiguration.php
- typo3/sysext/dashboard/Tests/Unit/DashboardPresetRegistryTest.php 1 addition, 3 deletions...sext/dashboard/Tests/Unit/DashboardPresetRegistryTest.php
- typo3/sysext/dashboard/Tests/Unit/WidgetGroupRegistryTest.php 1 addition, 3 deletions...3/sysext/dashboard/Tests/Unit/WidgetGroupRegistryTest.php
Please register or sign in to comment