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
@@ -130,7 +127,7 @@ private function evaluateArgumentValue(ContainerBuilder $container, bool $return
130
127
sprintf(
131
128
'The value of argument with index %s (%s) was expected to an instance of Symfony\Component\DependencyInjection\Reference or \Symfony\Component\DependencyInjection\Definition',
132
129
$this->argumentIndex,
133
-
$this->exporter->export($actualValue)
130
+
Exporter::export($actualValue)
134
131
)
135
132
);
136
133
}
@@ -145,7 +142,7 @@ private function evaluateArgumentValue(ContainerBuilder $container, bool $return
145
142
sprintf(
146
143
'The referenced service class of argument with index %s (%s) was expected to be an instance of Symfony\Component\DependencyInjection\ServiceLocator',
0 commit comments