Skip to content

Commit

Permalink
PHPStan warning resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
lloc committed Oct 29, 2023
1 parent 2acfca5 commit 2a8dc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Map/HrefLang.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function __construct( MslsBlogCollection $blogs ) {
/**
* @param MslsBlogCollection $blogs
*
* @return array
* @return array<string,array<int,string>>
*/
public static function map_languages_from( MslsBlogCollection $blogs ): array {
$map = [];
Expand Down

0 comments on commit 2a8dc1c

Please sign in to comment.