Skip to content

Commit

Permalink
fixed code inspection warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaishiyoku committed Jun 4, 2023
1 parent 3b86427 commit 5ccbc96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/HelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ public function testGetHttpContentTypeForUrl(string $faviconUrl, ?string $expect
$this->assertSame($expectedContentType, Helper::getHttpContentTypeForUrl($faviconUrl, new Client()));
}

/**
* @return array<string, array<string|null>>
*/
public static function faviconProvider(): array
{
return [
Expand Down

0 comments on commit 5ccbc96

Please sign in to comment.