From bb7e6d2670b1743c50a7a03a4d1f4f7834fa0560 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Thu, 6 Oct 2022 17:51:41 +0200 Subject: [PATCH] [CLEANUP] Add more native type annotations in the tests (#612) --- 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 5086bb0..c20da1d 100644 --- a/Tests/Unit/Controller/TeaControllerTest.php +++ b/Tests/Unit/Controller/TeaControllerTest.php @@ -30,12 +30,12 @@ class TeaControllerTest extends UnitTestCase /** * @var ObjectProphecy */ - private $viewProphecy; + private ObjectProphecy $viewProphecy; /** * @var ObjectProphecy */ - private $teaRepositoryProphecy; + private ObjectProphecy $teaRepositoryProphecy; protected function setUp(): void {