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