@@ -39,7 +39,7 @@ class CleanConfigurationTmpImages
39
39
private $ request ;
40
40
41
41
/**
42
- * @var \Magento\Framework\Serialize\SerializerInterface
42
+ * @var \Magento\Framework\Serialize\Serializer\Serialize
43
43
*/
44
44
private $ serialize ;
45
45
@@ -48,14 +48,16 @@ class CleanConfigurationTmpImages
48
48
* @param \Magento\MediaStorage\Helper\File\Storage\Database $fileStorageDb
49
49
* @param \Magento\Catalog\Model\Product\Media\Config $mediaConfig
50
50
* @param \Magento\Framework\Filesystem $filesystem
51
+ * @param \Magento\Framework\Serialize\Serializer\Serialize $serialize
52
+ *
51
53
* @throws \Magento\Framework\Exception\FileSystemException
52
54
*/
53
55
public function __construct (
54
56
\Magento \Framework \App \RequestInterface $ request ,
55
57
\Magento \MediaStorage \Helper \File \Storage \Database $ fileStorageDb ,
56
58
\Magento \Catalog \Model \Product \Media \Config $ mediaConfig ,
57
59
\Magento \Framework \Filesystem $ filesystem ,
58
- \Magento \Framework \Serialize \SerializerInterface $ serialize
60
+ \Magento \Framework \Serialize \Serializer \ Serialize $ serialize
59
61
) {
60
62
$ this ->request = $ request ;
61
63
$ this ->fileStorageDb = $ fileStorageDb ;
@@ -71,6 +73,7 @@ public function __construct(
71
73
* @param \Magento\Catalog\Model\Product $configurableProduct
72
74
*
73
75
* @return \Magento\Catalog\Model\Product
76
+ * @throws \Magento\Framework\Exception\FileSystemException
74
77
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
75
78
*/
76
79
public function afterInitialize (
0 commit comments