You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the results of phan in 3.x-dev. In src/Container.php line 467 and 483, the methods \ReflectionType::isBuiltin() and \ReflectionType::getName() are used, which don't exist in PHP 8 anymore. This needs to be refactored.
The text was updated successfully, but these errors were encountered:
See the results of phan in 3.x-dev. In
src/Container.php
line 467 and 483, the methods\ReflectionType::isBuiltin()
and\ReflectionType::getName()
are used, which don't exist in PHP 8 anymore. This needs to be refactored.The text was updated successfully, but these errors were encountered: