@@ -210,7 +210,7 @@ |
||
| 210 | 210 | ->orderByDesc(new Expression('COUNT(*)')) |
| 211 | 211 | ->orderBy('p_place') |
| 212 | 212 | ->pluck(new Expression('COUNT(*)'), 'p_place') |
| 213 | - ->map(static fn (string $col): int => (int) $col) |
|
| 213 | + ->map(static fn(string $col): int => (int) $col) |
|
| 214 | 214 | ->all(); |
| 215 | 215 | |
| 216 | 216 | if ($countries === []) { |