We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed06a3 commit ec52c63Copy full SHA for ec52c63
tests/unit/instrumentation/Symfony/OtelSdkBundle/Util/ServicesConfiguratorHelperTest.php
@@ -24,6 +24,7 @@ class ServicesConfiguratorHelperTest extends TestCase
24
25
public function setup(): void
26
{
27
+ // @phpstan-ignore-next-line
28
$this->configurator = $this->createServicesConfiguratorMock();
29
$this->helper = ServicesConfiguratorHelper::create(
30
$this->configurator
0 commit comments