Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | final class ExportSelectedProductsFromWishlistToPdfHandler implements MessageHandlerInterface |
||
19 | { |
||
20 | private RequestStack $request; |
||
21 | |||
22 | private WishlistToPdfExporterInterface $exporterWishlistToPdf; |
||
23 | |||
24 | public function __construct( |
||
30 | } |
||
31 | |||
32 | public function __invoke(ExportSelectedProductsFromWishlistToPdfInterface $exportSelectedProductsFromWishlistToPdf): void |
||
39 |