Skip to content

Commit 208ccb1

Browse files
Fix code style issues of #374 (#375)
1 parent 9cb6e2a commit 208ccb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: test/StaticAnalysis/Test/ObjectProphecy/WillExtendTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ final class WillExtendTest extends Framework\TestCase
3333
private \Prophecy\Prophecy\ObjectProphecy $prophecy;
3434

3535
/**
36-
* @var ObjectProphecy<Src\Baz&Src\Bar>
36+
* @var ObjectProphecy<Src\Bar&Src\Baz>
3737
*/
3838
private \Prophecy\Prophecy\ObjectProphecy $prophecyWithInterface;
3939

Diff for: test/StaticAnalysis/Test/ObjectProphecy/WillImplementTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ final class WillImplementTest extends Framework\TestCase
2727
use ProphecyTrait;
2828

2929
/**
30-
* @var \Prophecy\Prophecy\ObjectProphecy<Src\Foo&Src\Bar>
30+
* @var \Prophecy\Prophecy\ObjectProphecy<Src\Bar&Src\Foo>
3131
*/
3232
private \Prophecy\Prophecy\ObjectProphecy $prophecy;
3333

@@ -91,7 +91,7 @@ public function testCreateProphecyInHelperMethod(): void
9191
}
9292

9393
/**
94-
* @return \Prophecy\Prophecy\ObjectProphecy<Src\Foo&Src\Bar>
94+
* @return \Prophecy\Prophecy\ObjectProphecy<Src\Bar&Src\Foo>
9595
*/
9696
private function createProphecy()
9797
{

0 commit comments

Comments
 (0)