mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-22 12:56:12 +01:00

[CLEANUP] Use generics for Prophecy type annotations (#398)

This commit is contained in:
Oliver Klee 2022-02-28 17:58:06 +01:00 committed by GitHub
parent d4c39d7f5a
commit 934f43572f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,12 +25,12 @@ class TeaControllerTest extends UnitTestCase
private $subject;
/**
* @var ObjectProphecy
* @var ObjectProphecy<TemplateView>
*/
private $viewProphecy;
/**
* @var ObjectProphecy
* @var ObjectProphecy<TeaRepository>
*/
private $teaRepositoryProphecy;