diff --git a/MediaGalleryRenditions/Plugin/RemovePathOnExtract.php b/MediaGalleryRenditions/Plugin/RemovePathOnExtract.php index 61df97482a53..3ad347a71af8 100644 --- a/MediaGalleryRenditions/Plugin/RemovePathOnExtract.php +++ b/MediaGalleryRenditions/Plugin/RemovePathOnExtract.php @@ -22,6 +22,10 @@ class RemovePathOnExtract */ private $config; + /** + * RemovePathOnExtract constructor. + * @param Config $config + */ public function __construct(Config $config) { $this->config = $config;