modify
This commit is contained in:
@@ -187,7 +187,7 @@ class Container extends BaseObject
|
|||||||
* @return mixed
|
* @return mixed
|
||||||
* @throws ReflectionException
|
* @throws ReflectionException
|
||||||
*/
|
*/
|
||||||
public function getReflect($class): ReflectionClass
|
public function getReflect($class): ?ReflectionClass
|
||||||
{
|
{
|
||||||
$reflect = $this->_reflection[$class] ?? null;
|
$reflect = $this->_reflection[$class] ?? null;
|
||||||
if (!is_null($reflect)) {
|
if (!is_null($reflect)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user