@@ -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, |
@@ -60,7 +60,7 @@ |
||
60 | 60 | * |
61 | 61 | * @return string|null |
62 | 62 | */ |
63 | - private function toDateString(\DateTime $date = null): ?string |
|
63 | + private function toDateString(\DateTime $date = null): ? string |
|
64 | 64 | { |
65 | 65 | if (null === $date) { |
66 | 66 | return null; |