Passed
Push — develop ( a0f91c...650525 )
by Greg
11:28 queued 05:43
created
app/Statistics/Repository/MediaRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -259,7 +259,7 @@
 block discarded – undo
259 259
             ->where('m_file', '=', $this->tree->id())
260 260
             ->groupBy('source_media_type')
261 261
             ->pluck(new Expression('COUNT(*)'), 'source_media_type')
262
-            ->map(static fn (string $n): int => (int) $n)
262
+            ->map(static fn(string $n): int => (int) $n)
263 263
             ->all();
264 264
 
265 265
         return (new ChartMedia($this->color_service))
Please login to merge, or discard this patch.