Skip to content

Commit bb4099f

Browse files
authored
Update default map (#101)
1 parent aefeb4c commit bb4099f

File tree

2 files changed

+292
-0
lines changed

2 files changed

+292
-0
lines changed

src/Map/BaseMap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public function getMapArray(): array
7575
public function sort(): MapInterface
7676
{
7777
foreach (array_keys(static::$map) as $k) {
78+
// @phpstan-ignore assign.propertyType
7879
ksort(static::$map[$k]);
7980
foreach (static::$map[$k] as &$sub) {
8081
ksort($sub);

0 commit comments

Comments
 (0)