| Total Complexity | 2 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 8 | class GuestWishlistPagelet extends Pagelet |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @var ProductListResponse |
||
| 12 | */ |
||
| 13 | protected $searchResult; |
||
| 14 | |||
| 15 | public function getSearchResult(): ProductListResponse |
||
| 18 | } |
||
| 19 | |||
| 20 | public function setSearchResult(ProductListResponse $searchResult): void |
||
| 25 |