You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewRuntimeException(sprintf('Unable to autowire argument of type "%s" for the service "%s". Multiple services exist for this %s (%s).', $type, $id, $classOrInterface, $matchingServices));
55
+
}
56
+
}
47
57
} catch (\Exception$e) {
48
58
} catch (\Throwable$e) {
49
59
}
@@ -56,6 +66,7 @@ public function process(ContainerBuilder $container)
56
66
$this->definedTypes = array();
57
67
$this->types = null;
58
68
$this->notGuessableTypes = array();
69
+
$this->usedTypes = array();
59
70
60
71
if (isset($e)) {
61
72
throw$e;
@@ -109,9 +120,11 @@ private function completeDefinition($id, Definition $definition)
109
120
110
121
if (isset($this->types[$typeHint->name]) && !isset($this->notGuessableTypes[$typeHint->name])) {
0 commit comments