[TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:backend View
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: #92581 Change-Id: I2c8bdca108c75e0d8eb862fec66630e9dca1a1ab Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66160 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/backend/Classes/View/BackendLayout/ContentFetcher.php 4 additions, 2 deletions...ext/backend/Classes/View/BackendLayout/ContentFetcher.php
- typo3/sysext/backend/Classes/View/BackendLayout/DefaultDataProvider.php 2 additions, 2 deletions...ackend/Classes/View/BackendLayout/DefaultDataProvider.php
- typo3/sysext/backend/Classes/View/BackendLayout/Grid/GridColumn.php 6 additions, 3 deletions...xt/backend/Classes/View/BackendLayout/Grid/GridColumn.php
- typo3/sysext/backend/Classes/View/BackendLayoutView.php 2 additions, 2 deletionstypo3/sysext/backend/Classes/View/BackendLayoutView.php
- typo3/sysext/backend/Classes/View/Drawing/BackendLayoutRenderer.php 1 addition, 1 deletion...xt/backend/Classes/View/Drawing/BackendLayoutRenderer.php
- typo3/sysext/backend/Classes/View/PageLayoutView.php 11 additions, 9 deletionstypo3/sysext/backend/Classes/View/PageLayoutView.php
- typo3/sysext/backend/Classes/View/Wizard/Element/BackendLayoutWizardElement.php 1 addition, 1 deletion...lasses/View/Wizard/Element/BackendLayoutWizardElement.php
Please register or sign in to comment