@@ -42,7 +42,7 @@ |
||
42 | 42 | * @throws ApiException |
43 | 43 | * @throws NotFoundException |
44 | 44 | */ |
45 | - public function search(? string $name = null, ? string $tmbid = null, ? string $mbid = null, int $page = 1): array |
|
45 | + public function search(? string $name = null, ? string $tmbid = null, ? string $mbid = null, int $page = 1) : array |
|
46 | 46 | { |
47 | 47 | return $this->call('search/artists', array( |
48 | 48 | 'mbid' => $mbid, |