mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-05-14 15:31:30 +00:00
Fixed errors
This commit is contained in:
parent
4f67f21b33
commit
4cbb167e5c
2 changed files with 8 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue