Suppress phan error
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
09d8387b00
commit
559978c50e
|
@ -46,6 +46,7 @@ class SimpleContainer extends Container implements IContainer {
|
|||
/**
|
||||
* @param ReflectionClass $class the class to instantiate
|
||||
* @return \stdClass the created class
|
||||
* @suppress PhanUndeclaredClassInstanceof
|
||||
*/
|
||||
private function buildClass(ReflectionClass $class) {
|
||||
$constructor = $class->getConstructor();
|
||||
|
|
Loading…
Reference in New Issue