PHP 8.0 Deprecations
leemcd56 opened this issue · 2 comments
leemcd56 commented
In StandardTagFactory.php, the following methods are deprecated in PHP 8.0:
ReflectionParameter::getClass()
ReflectionParameter::isArray()
ReflectionParameter::isCallable()
jaapio commented
I think you need to update the version of this lib you are using. v5 doesn't use these methods anymore
leemcd56 commented
Ah, sorry about that! I ended up here following the dependency trail of the PHP Intellisense plugin in VS Code, but it appears to be using a few outdated dependencies... 😅