[TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core TypoScript
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. Releases: master, 10.4 Resolves: #92275 Change-Id: I3745b51d93a5337bf3b2ad3a124f59bc43343002 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65658 Tested-by:Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/core/Classes/TypoScript/ExtendedTemplateService.php 15 additions, 15 deletions...ysext/core/Classes/TypoScript/ExtendedTemplateService.php
- typo3/sysext/core/Classes/TypoScript/Parser/ConstantConfigurationParser.php 1 addition, 1 deletion...Classes/TypoScript/Parser/ConstantConfigurationParser.php
- typo3/sysext/core/Classes/TypoScript/Parser/TypoScriptParser.php 36 additions, 28 deletions...ysext/core/Classes/TypoScript/Parser/TypoScriptParser.php
- typo3/sysext/core/Classes/TypoScript/TemplateService.php 18 additions, 3 deletionstypo3/sysext/core/Classes/TypoScript/TemplateService.php
Please register or sign in to comment