Skip to content
Snippets Groups Projects
Commit 37388f26 authored by Daniel Goerz's avatar Daniel Goerz Committed by Benni Mack
Browse files

[TASK] Enable phpstan parameter checkFunctionArgumentTypes

From now on, phpstan will validate arguments passed to methods
for type integrity. This patch also resolves all remaining
issues in the core up to PHP 7.4.

Running phpstan on PHP 8 is therefore disabled temporarily and
will be enabled again with another patch that resolves all
remaining PHP 8 issues regarding argument types.

Resolves: #93652
Releases: master
Change-Id: I2cbd15c5e83ae188a4d453c71b5841d424b2eef8
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68191


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarRichard Haeser <richard@richardhaeser.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarRichard Haeser <richard@richardhaeser.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 82b6fab4
No related merge requests found
Showing
with 343 additions and 45 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment