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
* phpunit 11
- added sebastian/exporter dependency
* attribute instead of annotation meta
* drop phpunit 9 support
* upped minimal phpunit dependency to 10.5.11
@@ -126,7 +130,7 @@ private function evaluateArgumentValue(ContainerBuilder $container, bool $return
126
130
sprintf(
127
131
'The value of argument with index %s (%s) was expected to an instance of Symfony\Component\DependencyInjection\Reference or \Symfony\Component\DependencyInjection\Definition',
128
132
$this->argumentIndex,
129
-
$this->exporter()->export($actualValue)
133
+
$this->exporter->export($actualValue)
130
134
)
131
135
);
132
136
}
@@ -141,7 +145,7 @@ private function evaluateArgumentValue(ContainerBuilder $container, bool $return
141
145
sprintf(
142
146
'The referenced service class of argument with index %s (%s) was expected to be an instance of Symfony\Component\DependencyInjection\ServiceLocator',
0 commit comments