mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 07:16:16 +02:00

[CLEANUP] Add more native type annotations in the tests (#612)

This commit is contained in:
Oliver Klee 2022-10-06 17:51:41 +02:00 committed by GitHub
parent 4537d5fca9
commit bb7e6d2670
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
{ {