mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
Suppress phan error
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
09d8387b00
commit
559978c50e
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue