| Total Complexity | 6 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class SeoTranslationImagesUploadListener |
||
| 15 | { |
||
| 16 | /** @var ImageUploaderInterface */ |
||
| 17 | private $uploader; |
||
| 18 | |||
| 19 | public function __construct(ImageUploaderInterface $uploader) |
||
| 20 | { |
||
| 21 | $this->uploader = $uploader; |
||
| 22 | } |
||
| 23 | |||
| 24 | public function uploadMedia(GenericEvent $event): void |
||
| 38 | } |
||
| 39 | } |
||
| 43 |