di icon indicating copy to clipboard operation
di copied to clipboard

PHP 8 incompatibility

Open Hackwar opened this issue 2 years ago • 0 comments

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.

Hackwar avatar Mar 22 '23 11:03 Hackwar