diff --git a/src/CompileInjector.php b/src/CompileInjector.php index f086ae0..3badda3 100644 --- a/src/CompileInjector.php +++ b/src/CompileInjector.php @@ -133,6 +133,7 @@ public function getInstance($interface, $name = Name::ANY) return $this->singletons[$dependencyIndex]; } + /** @psalm-suppress DocblockTypeContradiction */ if ($this->functions === null) { // @codeCoverageIgnoreStart $this->__wakeup();