Skip to content

Commit b4d2023

Browse files
committed
tweak: remove phpstan suppression
1 parent aa04268 commit b4d2023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Injector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function invoke(
4343
try {
4444
array_push(
4545
$arguments,
46-
$extraArgs[$refParamTypeName] ?? $this->container->get($refType->getName()) /** @phpstan-ignore-line It's impossible to know the type of the refType at this point. */
46+
$extraArgs[$refParamTypeName] ?? $this->container->get($refType->getName())
4747
);
4848
}
4949
catch(ServiceNotFoundException $exception) {

0 commit comments

Comments
 (0)