From 5ccbc964ad7e07db6fe62c1047052a51b0f6901d Mon Sep 17 00:00:00 2001 From: Kaishiyoku Date: Sun, 4 Jun 2023 22:39:02 +0200 Subject: [PATCH] fixed code inspection warning --- tests/HelperTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/HelperTest.php b/tests/HelperTest.php index 63ced1d..20aa485 100644 --- a/tests/HelperTest.php +++ b/tests/HelperTest.php @@ -56,6 +56,9 @@ public function testGetHttpContentTypeForUrl(string $faviconUrl, ?string $expect $this->assertSame($expectedContentType, Helper::getHttpContentTypeForUrl($faviconUrl, new Client())); } + /** + * @return array> + */ public static function faviconProvider(): array { return [