mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 18:36:13 +01:00
[CLEANUP] Use generics for Prophecy type annotations (#398)
This commit is contained in:
parent
d4c39d7f5a
commit
934f43572f
1 changed files with 2 additions and 2 deletions
|
@ -25,12 +25,12 @@ class TeaControllerTest extends UnitTestCase
|
||||||
private $subject;
|
private $subject;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var ObjectProphecy
|
* @var ObjectProphecy<TemplateView>
|
||||||
*/
|
*/
|
||||||
private $viewProphecy;
|
private $viewProphecy;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var ObjectProphecy
|
* @var ObjectProphecy<TeaRepository>
|
||||||
*/
|
*/
|
||||||
private $teaRepositoryProphecy;
|
private $teaRepositoryProphecy;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue