We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc3d1e commit 04b5602Copy full SHA for 04b5602
app/code/Magento/Catalog/Model/Product/Image/RemoveDeletedImagesFromCache.php
@@ -83,7 +83,6 @@ public function __construct(
83
* Remove deleted images from cache.
84
*
85
* @param array $files
86
- * @return null
87
* @throws FileSystemException
88
*/
89
public function removeDeletedImagesFromCache(array $files)
@@ -117,6 +116,5 @@ public function removeDeletedImagesFromCache(array $files)
117
116
);
118
}
119
120
- return null;
121
122
0 commit comments