From 19dff6dead8c12314854aaae268b2b129687baf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <91878298+come-nc@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:33:31 +0200 Subject: [PATCH] fix(tests): Strong type property $router in RouterTest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> --- tests/lib/Route/RouterTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/lib/Route/RouterTest.php b/tests/lib/Route/RouterTest.php index f2099b2cc5a1d..bb322e51bb700 100644 --- a/tests/lib/Route/RouterTest.php +++ b/tests/lib/Route/RouterTest.php @@ -39,8 +39,7 @@ * @package Test\Route */ class RouterTest extends TestCase { - /** @var Router */ - private $router; + private Router $router; protected function setUp(): void { parent::setUp(); /** @var LoggerInterface $logger */