Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit d666760

Browse files
andrey-helldarStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent a6758a0 commit d666760

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Cases/SymfonyTestCase.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ abstract class SymfonyTestCase extends TestCase
1919
use Configurable;
2020
use Files;
2121

22-
/** @var \Symfony\Component\DependencyInjection\ContainerInterface|\PHPUnit\Framework\MockObject\MockObject */
22+
/** @var \PHPUnit\Framework\MockObject\MockObject|\Symfony\Component\DependencyInjection\ContainerInterface */
2323
protected $container;
2424

2525
/** @var \Symfony\Bundle\FrameworkBundle\Console\Application */
@@ -38,7 +38,7 @@ protected function mockContainer(): void
3838
}
3939

4040
/**
41-
* @return \Symfony\Component\HttpKernel\Kernel|\PHPUnit\Framework\MockObject\MockBuilder
41+
* @return \PHPUnit\Framework\MockObject\MockBuilder|\Symfony\Component\HttpKernel\Kernel
4242
*/
4343
protected function mockKernel()
4444
{

0 commit comments

Comments
 (0)