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

Commit e021539

Browse files
author
Andrey Helldar
authored
Merge pull request #9 from andrey-helldar/analysis-Yjd5vo
Apply fixes from StyleCI
2 parents a6758a0 + d666760 commit e021539

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)