| Total Complexity | 1 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | class ExampleProductSalePageClient extends AbstractClient implements ExampleProductSalePageClientInterface |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * {@inheritDoc} |
||
| 19 | * |
||
| 20 | * @api |
||
| 21 | * |
||
| 22 | * @param array<mixed> $requestParameters |
||
| 23 | * |
||
| 24 | * @return array<mixed> |
||
| 25 | */ |
||
| 26 | public function saleSearch(array $requestParameters = []): array |
||
| 36 |