Skip to content

Commit ec52c63

Browse files
committed
Make phpstan ignore mock object
1 parent 1ed06a3 commit ec52c63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/instrumentation/Symfony/OtelSdkBundle/Util/ServicesConfiguratorHelperTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class ServicesConfiguratorHelperTest extends TestCase
2424

2525
public function setup(): void
2626
{
27+
// @phpstan-ignore-next-line
2728
$this->configurator = $this->createServicesConfiguratorMock();
2829
$this->helper = ServicesConfiguratorHelper::create(
2930
$this->configurator

0 commit comments

Comments
 (0)