Skip to content
Snippets Groups Projects
Commit e712dc9e authored by Alexander Schnitzler's avatar Alexander Schnitzler Committed by Benni Mack
Browse files

[TASK] Make ClassSchema PHP 8 compatible

Several reflection methods are deprecated for a while
and throw errors with PHP8.

- ReflectionParameter::getClass()
- ReflectionParameter::isArray()

Both need to be replaced with the new api:

- ReflectionParameter::getType()

Releases: master, 10.4
Resolves: #92946
Change-Id: I9391cd260f0d4dba5eb03f63c1f74f01bd97e7e4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66936


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 190fc452
Branches
Tags
No related merge requests found
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