[TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:frontend
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: #92109 Change-Id: I475507b4b075c1de5cedd82875e49aefe1a42a79 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65464 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
Showing
- typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php 1 addition, 1 deletion...t/frontend/Classes/ContentObject/ContentContentObject.php
- typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php 113 additions, 81 deletions.../frontend/Classes/ContentObject/ContentObjectRenderer.php
- typo3/sysext/frontend/Classes/ContentObject/FilesContentObject.php 5 additions, 5 deletions...ext/frontend/Classes/ContentObject/FilesContentObject.php
- typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php 7 additions, 5 deletions...tend/Classes/ContentObject/FluidTemplateContentObject.php
- typo3/sysext/frontend/Classes/ContentObject/ImageContentObject.php 9 additions, 9 deletions...ext/frontend/Classes/ContentObject/ImageContentObject.php
- typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuContentObject.php 6 additions, 6 deletions.../Classes/ContentObject/Menu/AbstractMenuContentObject.php
- typo3/sysext/frontend/Classes/ContentObject/Menu/CategoryMenuUtility.php 3 additions, 3 deletions...ontend/Classes/ContentObject/Menu/CategoryMenuUtility.php
- typo3/sysext/frontend/Classes/ContentObject/Menu/TextMenuContentObject.php 3 additions, 3 deletions...tend/Classes/ContentObject/Menu/TextMenuContentObject.php
- typo3/sysext/frontend/Classes/ContentObject/RecordsContentObject.php 5 additions, 5 deletions...t/frontend/Classes/ContentObject/RecordsContentObject.php
- typo3/sysext/frontend/Classes/ContentObject/ScalableVectorGraphicsContentObject.php 3 additions, 3 deletions...ses/ContentObject/ScalableVectorGraphicsContentObject.php
- typo3/sysext/frontend/Classes/Controller/ShowImageController.php 2 additions, 2 deletions...ysext/frontend/Classes/Controller/ShowImageController.php
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 6 additions, 6 deletions...ntend/Classes/Controller/TypoScriptFrontendController.php
- typo3/sysext/frontend/Classes/DataProcessing/CommaSeparatedValueProcessor.php 2 additions, 2 deletions...d/Classes/DataProcessing/CommaSeparatedValueProcessor.php
- typo3/sysext/frontend/Classes/DataProcessing/FilesProcessor.php 4 additions, 4 deletions...sysext/frontend/Classes/DataProcessing/FilesProcessor.php
- typo3/sysext/frontend/Classes/DataProcessing/SplitProcessor.php 1 addition, 1 deletion...sysext/frontend/Classes/DataProcessing/SplitProcessor.php
- typo3/sysext/frontend/Classes/Imaging/GifBuilder.php 9 additions, 5 deletionstypo3/sysext/frontend/Classes/Imaging/GifBuilder.php
- typo3/sysext/frontend/Classes/Page/CacheHashConfiguration.php 2 additions, 2 deletions...3/sysext/frontend/Classes/Page/CacheHashConfiguration.php
- typo3/sysext/frontend/Classes/Plugin/AbstractPlugin.php 6 additions, 6 deletionstypo3/sysext/frontend/Classes/Plugin/AbstractPlugin.php
- typo3/sysext/frontend/Classes/Resource/FileCollector.php 3 additions, 0 deletionstypo3/sysext/frontend/Classes/Resource/FileCollector.php
- typo3/sysext/frontend/Classes/Typolink/FileOrFolderLinkBuilder.php 1 addition, 1 deletion...ext/frontend/Classes/Typolink/FileOrFolderLinkBuilder.php
Please register or sign in to comment