Skip to content

Commit

Permalink
Fix variable annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
discordier committed Jul 6, 2022
1 parent 8e05adb commit ea9903a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Internal/Codebase/PropertyMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static function getPropertyMap(): array
return self::$property_map;
}

/** @var array<string, array<string, string>> */
/** @var array<lowercase-string, array<string, string>> */
$property_map = require(dirname(__DIR__, 4) . '/dictionaries/PropertyMap.php');

self::$property_map = $property_map;
Expand Down

0 comments on commit ea9903a

Please sign in to comment.