| Total Complexity | 2 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | final class GenerateDataUriForImageResolver implements GenerateDataUriForImageResolverInterface |
||
| 18 | { |
||
| 19 | private PackageInterface $package; |
||
| 20 | |||
| 21 | private FilterService $filterService; |
||
| 22 | |||
| 23 | private string $imageFilterName; |
||
| 24 | |||
| 25 | public function __construct( |
||
| 33 | } |
||
| 34 | |||
| 35 | public function resolve(ProductImageInterface $image): string |
||
| 45 |