[TASK] Prevent undefined array key warnings in ext:dashboard
This change addresses several "undefined array key" issues that have been identified by PsalmPHP (see issue #98321). Resolves: #98329 Releases: main, 11.5 Change-Id: Ia348a8dec1590b641c7ed90247afac29ef43e2af Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75687 Tested-by:core-ci <typo3@b13.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org>
Showing
- typo3/sysext/dashboard/Classes/Controller/DashboardController.php 12 additions, 6 deletions...sext/dashboard/Classes/Controller/DashboardController.php
- typo3/sysext/dashboard/Classes/Controller/WidgetAjaxController.php 7 additions, 3 deletions...ext/dashboard/Classes/Controller/WidgetAjaxController.php
- typo3/sysext/dashboard/Classes/Dashboard.php 4 additions, 3 deletionstypo3/sysext/dashboard/Classes/Dashboard.php
- typo3/sysext/dashboard/Classes/DashboardInitializationService.php 2 additions, 2 deletions...sext/dashboard/Classes/DashboardInitializationService.php
- typo3/sysext/dashboard/Classes/DashboardRepository.php 3 additions, 3 deletionstypo3/sysext/dashboard/Classes/DashboardRepository.php
- typo3/sysext/dashboard/Classes/WidgetApi.php 1 addition, 1 deletiontypo3/sysext/dashboard/Classes/WidgetApi.php
- typo3/sysext/dashboard/Classes/Widgets/CtaWidget.php 3 additions, 0 deletionstypo3/sysext/dashboard/Classes/Widgets/CtaWidget.php
- typo3/sysext/dashboard/Classes/Widgets/RssWidget.php 6 additions, 0 deletionstypo3/sysext/dashboard/Classes/Widgets/RssWidget.php
Please register or sign in to comment