@@ -47,7 +47,7 @@ |
||
47 | 47 | { |
48 | 48 | $prefectures = self::asList(); |
49 | 49 | |
50 | - return array_map(function ($code, $name) { |
|
50 | + return array_map(function($code, $name) { |
|
51 | 51 | return new Prefecture($code, $name); |
52 | 52 | }, array_keys($prefectures), $prefectures); |
53 | 53 | } |