injectable factory test

This commit is contained in:
Yuri Kuznetsov
2021-04-19 11:45:03 +03:00
parent 61e060b8ef
commit 1255dc03b2

View File

@@ -139,7 +139,7 @@ class InjectableFactory
private function getMethodParamInjection(
?ReflectionClass $class,
ReflectionParameter $param,
?array $with,
?array $with = null,
?BindingContainer $bindingContainer = null
) {