| Total Complexity | 3 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | final class VariantPdfModelProcessor implements VariantPdfModelProcessorInterface |
||
| 21 | { |
||
| 22 | private ModelCreatorInterface $pdfModelCreator; |
||
| 23 | |||
| 24 | public function __construct(ModelCreatorInterface $pdfModelCreator) |
||
| 27 | } |
||
| 28 | |||
| 29 | public function createVariantPdfModelCollection(Collection $wishlistProducts): ArrayCollection |
||
| 43 |