[TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core DataHandling
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 Resolves: #92280 Change-Id: Id2ef49722eb608d8810bd61f46e018664eb19d51 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65680 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
core-ci <typo3@b13.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/backend/Classes/Utility/BackendUtility.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Utility/BackendUtility.php
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 63 additions, 60 deletionstypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/core/Classes/DataHandling/Localization/DataMapItem.php 1 addition, 0 deletions...xt/core/Classes/DataHandling/Localization/DataMapItem.php
- typo3/sysext/core/Classes/DataHandling/Localization/DataMapProcessor.php 11 additions, 11 deletions...re/Classes/DataHandling/Localization/DataMapProcessor.php
- typo3/sysext/core/Classes/DataHandling/Localization/State.php 1 addition, 1 deletion...3/sysext/core/Classes/DataHandling/Localization/State.php
- typo3/sysext/core/Classes/DataHandling/ReferenceIndexUpdater.php 1 addition, 1 deletion...ysext/core/Classes/DataHandling/ReferenceIndexUpdater.php
- typo3/sysext/core/Classes/DataHandling/SlugHelper.php 4 additions, 4 deletionstypo3/sysext/core/Classes/DataHandling/SlugHelper.php
Please register or sign in to comment