[TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:install
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: #92108 Change-Id: I9aa59588a183ee3cb43091fadd6eab2491a7cbdb Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65463 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Jörg Bösche <typo3@joergboesche.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/install/Classes/Command/LanguagePackCommand.php 2 additions, 2 deletionstypo3/sysext/install/Classes/Command/LanguagePackCommand.php
- typo3/sysext/install/Classes/Command/UpgradeWizardRunCommand.php 1 addition, 0 deletions...ysext/install/Classes/Command/UpgradeWizardRunCommand.php
- typo3/sysext/install/Classes/Controller/EnvironmentController.php 4 additions, 4 deletions...sext/install/Classes/Controller/EnvironmentController.php
- typo3/sysext/install/Classes/Controller/UpgradeController.php 10 additions, 8 deletions...3/sysext/install/Classes/Controller/UpgradeController.php
- typo3/sysext/install/Classes/FolderStructure/AbstractNode.php 1 addition, 1 deletion...3/sysext/install/Classes/FolderStructure/AbstractNode.php
- typo3/sysext/install/Classes/FolderStructure/FileNode.php 1 addition, 1 deletiontypo3/sysext/install/Classes/FolderStructure/FileNode.php
- typo3/sysext/install/Classes/Service/CoreUpdateService.php 1 addition, 1 deletiontypo3/sysext/install/Classes/Service/CoreUpdateService.php
- typo3/sysext/install/Classes/Service/EnableFileService.php 4 additions, 2 deletionstypo3/sysext/install/Classes/Service/EnableFileService.php
- typo3/sysext/install/Classes/Service/Session/FileSessionHandler.php 2 additions, 2 deletions...xt/install/Classes/Service/Session/FileSessionHandler.php
- typo3/sysext/install/Classes/Service/SessionService.php 2 additions, 2 deletionstypo3/sysext/install/Classes/Service/SessionService.php
- typo3/sysext/install/Classes/Service/UpgradeWizardsService.php 10 additions, 5 deletions.../sysext/install/Classes/Service/UpgradeWizardsService.php
- typo3/sysext/install/Classes/SystemEnvironment/Check.php 8 additions, 7 deletionstypo3/sysext/install/Classes/SystemEnvironment/Check.php
- typo3/sysext/install/Classes/SystemEnvironment/ServerResponse/ServerResponseCheck.php 4 additions, 4 deletions.../SystemEnvironment/ServerResponse/ServerResponseCheck.php
- typo3/sysext/install/Classes/SystemEnvironment/SetupCheck.php 2 additions, 2 deletions...3/sysext/install/Classes/SystemEnvironment/SetupCheck.php
- typo3/sysext/install/Classes/Updates/DatabaseRowsUpdateWizard.php 1 addition, 0 deletions...sext/install/Classes/Updates/DatabaseRowsUpdateWizard.php
- typo3/sysext/install/Classes/UpgradeAnalysis/DocumentationFile.php 8 additions, 7 deletions...ext/install/Classes/UpgradeAnalysis/DocumentationFile.php
- typo3/sysext/install/Classes/ViewHelpers/PhpInfoViewHelper.php 3 additions, 3 deletions.../sysext/install/Classes/ViewHelpers/PhpInfoViewHelper.php
- typo3/sysext/install/Classes/ViewHelpers/Uri/ActionViewHelper.php 1 addition, 1 deletion...sext/install/Classes/ViewHelpers/Uri/ActionViewHelper.php
Please register or sign in to comment