Passed
Push — main ( 96ccae...4f7426 )
by Daniel
11:39
created
src/Api/User/AbstractFavoriteApplication.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
 
31 31
         $itemId = (int) ($body['itemId'] ?? 0);
32 32
 
33
-        return match ((string) ($args['type'] ?? '')) {
33
+        return match((string) ($args['type'] ?? '')) {
34 34
             'song' => $this->songRepository->find($itemId),
35 35
             'album' => $this->albumRepository->find($itemId),
36 36
             default => null,
Please login to merge, or discard this patch.