symfony / polyfill

PHP polyfills

Home Page:https://symfony.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support `ReflectionProperty::getType`

staabm opened this issue · comments

could this polyfill provide ReflectionProperty::getType for php pre 7.4?

https://www.php.net/manual/en/reflectionproperty.gettype.php

We can't add a method on an existing class, so that's gonna be hard...

I see, thx