@@ -33,7 +33,7 @@ |
||
33 | 33 | * |
34 | 34 | * @return Song[] |
35 | 35 | */ |
36 | - public function getArtistTracks(string $username, string $artist, ?RangeFilter $filter=null, int $page = 1): array; |
|
36 | + public function getArtistTracks(string $username, string $artist, ?RangeFilter $filter = null, int $page = 1): array; |
|
37 | 37 | |
38 | 38 | /** |
39 | 39 | * Get a list of the user's friends on Last.fm. |