From 84ca74a4811d54c59c7f0f9481571e221d31146f Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Tue, 3 Sep 2024 06:20:01 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/RoutesTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/RoutesTest.php b/tests/RoutesTest.php index ebcf7c0..6a79785 100644 --- a/tests/RoutesTest.php +++ b/tests/RoutesTest.php @@ -280,9 +280,9 @@ public function testItWillReturn404WhenDocGenerationFails(): void } /** - * @throws Exception - * * @return Generator&MockObject + * + * @throws Exception */ private function mockGenerator(): Generator {