File tree 2 files changed +3
-3
lines changed
test/StaticAnalysis/Test/ObjectProphecy
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ final class WillExtendTest extends Framework\TestCase
33
33
private \Prophecy \Prophecy \ObjectProphecy $ prophecy ;
34
34
35
35
/**
36
- * @var ObjectProphecy<Src\Baz &Src\Bar >
36
+ * @var ObjectProphecy<Src\Bar &Src\Baz >
37
37
*/
38
38
private \Prophecy \Prophecy \ObjectProphecy $ prophecyWithInterface ;
39
39
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ final class WillImplementTest extends Framework\TestCase
27
27
use ProphecyTrait;
28
28
29
29
/**
30
- * @var \Prophecy\Prophecy\ObjectProphecy<Src\Foo &Src\Bar >
30
+ * @var \Prophecy\Prophecy\ObjectProphecy<Src\Bar &Src\Foo >
31
31
*/
32
32
private \Prophecy \Prophecy \ObjectProphecy $ prophecy ;
33
33
@@ -91,7 +91,7 @@ public function testCreateProphecyInHelperMethod(): void
91
91
}
92
92
93
93
/**
94
- * @return \Prophecy\Prophecy\ObjectProphecy<Src\Foo &Src\Bar >
94
+ * @return \Prophecy\Prophecy\ObjectProphecy<Src\Bar &Src\Foo >
95
95
*/
96
96
private function createProphecy ()
97
97
{
You can’t perform that action at this time.
0 commit comments