Skip to content
This repository was archived by the owner on Nov 5, 2023. It is now read-only.

Commit 46fed2a

Browse files
committed
chore: remove results feature (to be added again later)
1 parent 54770cc commit 46fed2a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/Tesco.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
use ProductTrap\DTOs\Brand;
1111
use ProductTrap\DTOs\Price;
1212
use ProductTrap\DTOs\Product;
13-
use ProductTrap\DTOs\Results;
1413
use ProductTrap\DTOs\UnitAmount;
1514
use ProductTrap\DTOs\UnitPrice;
1615
use ProductTrap\Enums\Currency;
@@ -156,14 +155,4 @@ public function url(string $identifier): string
156155
{
157156
return sprintf('%s/groceries/en-GB/products/%s', self::BASE_URI, $identifier);
158157
}
159-
160-
/**
161-
* @param array<string, mixed> $parameters
162-
*
163-
* @throws ProductTrapDriverException
164-
*/
165-
public function search(string $keywords, array $parameters = []): Results
166-
{
167-
return new Results();
168-
}
169158
}

0 commit comments

Comments
 (0)