From 934f43572f4ab5ad8ef8ea411a71bb925bcd6f55 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Mon, 28 Feb 2022 17:58:06 +0100 Subject: [PATCH] [CLEANUP] Use generics for Prophecy type annotations (#398) --- Tests/Unit/Controller/TeaControllerTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/Unit/Controller/TeaControllerTest.php b/Tests/Unit/Controller/TeaControllerTest.php index 0e90691..b9677e8 100644 --- a/Tests/Unit/Controller/TeaControllerTest.php +++ b/Tests/Unit/Controller/TeaControllerTest.php @@ -25,12 +25,12 @@ class TeaControllerTest extends UnitTestCase private $subject; /** - * @var ObjectProphecy + * @var ObjectProphecy */ private $viewProphecy; /** - * @var ObjectProphecy + * @var ObjectProphecy */ private $teaRepositoryProphecy;