Skip to content

Commit

Permalink
Apply cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
usox committed Aug 23, 2022
1 parent cb02dcd commit fa12f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FeatureSet/V1161/Method/GetAlbumMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function __invoke(
],
array_values(
array_map(
fn(array $song): array => [
fn (array $song): array => [
'id' => $song['id'],
'isDir' => $song['isDir'],
'title' => $song['name'],
Expand Down

0 comments on commit fa12f66

Please sign in to comment.