mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 04:16:13 +01:00
[CLEANUP] Add more native type annotations in the tests (#612)
This commit is contained in:
parent
4537d5fca9
commit
bb7e6d2670
1 changed files with 2 additions and 2 deletions
|
@ -30,12 +30,12 @@ class TeaControllerTest extends UnitTestCase
|
||||||
/**
|
/**
|
||||||
* @var ObjectProphecy<TemplateView>
|
* @var ObjectProphecy<TemplateView>
|
||||||
*/
|
*/
|
||||||
private $viewProphecy;
|
private ObjectProphecy $viewProphecy;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var ObjectProphecy<TeaRepository>
|
* @var ObjectProphecy<TeaRepository>
|
||||||
*/
|
*/
|
||||||
private $teaRepositoryProphecy;
|
private ObjectProphecy $teaRepositoryProphecy;
|
||||||
|
|
||||||
protected function setUp(): void
|
protected function setUp(): void
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue