Skip to content

Commit

Permalink
Remove //@phpstan-ignore-line
Browse files Browse the repository at this point in the history
  • Loading branch information
StephaneBullier committed Nov 17, 2021
1 parent 4b3ecb2 commit 1f794eb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -294,7 +294,7 @@ public function testEnableNelmioApiDoc()
$containerBuilderProphecy = $this->getBaseContainerBuilderProphecy();
$containerBuilderProphecy->getParameter('kernel.bundles')->willReturn([
'DoctrineBundle' => DoctrineBundle::class,
'NelmioApiDocBundle' => NelmioApiDocBundle::class, // @phpstan-ignore-line
'NelmioApiDocBundle' => NelmioApiDocBundle::class,
])->shouldBeCalled();
$containerBuilderProphecy->setDefinition('api_platform.nelmio_api_doc.annotations_provider', Argument::type(Definition::class))->shouldBeCalled();
$containerBuilderProphecy->setDefinition('api_platform.nelmio_api_doc.parser', Argument::type(Definition::class))->shouldBeCalled();
Expand Down

0 comments on commit 1f794eb

Please sign in to comment.