[TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:recordlist
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Resolves: #92172 Releases: master, 10.4 Change-Id: I9c01e01e6d085acc5e9399ba307b082436bb34b5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65905 Tested-by:Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
Showing
- typo3/sysext/recordlist/Classes/Browser/AbstractElementBrowser.php 2 additions, 2 deletions...ext/recordlist/Classes/Browser/AbstractElementBrowser.php
- typo3/sysext/recordlist/Classes/Browser/FileBrowser.php 2 additions, 2 deletionstypo3/sysext/recordlist/Classes/Browser/FileBrowser.php
- typo3/sysext/recordlist/Classes/Controller/AbstractLinkBrowserController.php 1 addition, 1 deletion...list/Classes/Controller/AbstractLinkBrowserController.php
- typo3/sysext/recordlist/Classes/Controller/RecordListController.php 1 addition, 1 deletion...xt/recordlist/Classes/Controller/RecordListController.php
- typo3/sysext/recordlist/Classes/LinkHandler/FileLinkHandler.php 1 addition, 1 deletion...sysext/recordlist/Classes/LinkHandler/FileLinkHandler.php
- typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php 5 additions, 4 deletions...sext/recordlist/Classes/RecordList/DatabaseRecordList.php
Please register or sign in to comment