Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ReflectionParamter::getClass is deprecated
In php8 this starts throwing warnings. And since we use it quite often we flood the log. This moves it to getType which does the same. Only non deprecated now. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
- Loading branch information