From 1255dc03b2e29bbe91ccb7802fb596676f9f97bd Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 19 Apr 2021 11:45:03 +0300 Subject: [PATCH] injectable factory test --- application/Espo/Core/InjectableFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Core/InjectableFactory.php b/application/Espo/Core/InjectableFactory.php index fcd561c981..575604704a 100644 --- a/application/Espo/Core/InjectableFactory.php +++ b/application/Espo/Core/InjectableFactory.php @@ -139,7 +139,7 @@ class InjectableFactory private function getMethodParamInjection( ?ReflectionClass $class, ReflectionParameter $param, - ?array $with, + ?array $with = null, ?BindingContainer $bindingContainer = null ) {