Deprecated: Method ReflectionParameter::getClass() is deprecated in /Applications/MAMP/htdocs/tools/package/factory/ProductFactory.php on line 37 PHP8 放弃 getClass () 方法 $className = $depandency->getClass()->name; 替换: $classNam
Deprecated: Method ReflectionParameter::getClass() is deprecated in /Applications/MAMP/htdocs/tools/package/factory/ProductFactory.php on line 37
PHP8 放弃 getClass () 方法
$className = $depandency->getClass()->name;
替换:
$className = $depandency->getType()->getName();

发表评论