Skip to content

Commit 15e4522

Browse files
committed
#29889: Fixed static tests
1 parent a39e3d8 commit 15e4522

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

app/code/Magento/MediaGalleryRenditions/Plugin/RemoveRenditions.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
namespace Magento\MediaGalleryRenditions\Plugin;
99

10-
use Magento\Catalog\Helper\Data as CatalogHelper;
1110
use Magento\Framework\App\Filesystem\DirectoryList;
1211
use Magento\Framework\Filesystem;
1312
use Magento\MediaGalleryApi\Api\DeleteAssetsByPathsInterface;
@@ -19,11 +18,6 @@
1918
*/
2019
class RemoveRenditions
2120
{
22-
/**
23-
* @var CatalogHelper
24-
*/
25-
private $catalogHelper;
26-
2721
/**
2822
* @var GetRenditionPathInterface
2923
*/
@@ -45,12 +39,10 @@ class RemoveRenditions
4539
* @param LoggerInterface $log
4640
*/
4741
public function __construct(
48-
CatalogHelper $catalogHelper,
4942
GetRenditionPathInterface $getRenditionPath,
5043
Filesystem $filesystem,
5144
LoggerInterface $log
5245
) {
53-
$this->catalogHelper = $catalogHelper;
5446
$this->getRenditionPath = $getRenditionPath;
5547
$this->filesystem = $filesystem;
5648
$this->log = $log;

0 commit comments

Comments
 (0)