Passed
Push — develop ( 8bca93...df1f3f )
by Greg
06:07
created
app/Statistics/Repository/PlaceRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -210,7 +210,7 @@
 block discarded – undo
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 === []) {
Please login to merge, or discard this patch.