Fixed errors

This commit is contained in:
Jan Böhmer 2026-05-01 20:11:56 +02:00
parent 4f67f21b33
commit 4cbb167e5c
2 changed files with 8 additions and 4 deletions

View file

@ -76,7 +76,7 @@ class MouserProvider implements InfoProviderInterface
return $this->settings->apiKey !== '' && $this->settings->apiKey !== null;
}
public function searchByKeyword(string $keyword): array
public function searchByKeyword(string $keyword, array $options = []): array
{
/*
SearchByKeywordRequest description:
@ -144,7 +144,7 @@ class MouserProvider implements InfoProviderInterface
return $this->responseToDTOArray($response);
}
public function getDetails(string $id): PartDetailDTO
public function getDetails(string $id, array $options = []): PartDetailDTO
{
/*
SearchByPartRequest description: