Skip to content

Commit 87469a5

Browse files
authored
MAGETWO-65434: [GitHub][PR] Fix issue #2558 #8762
2 parents b4900f3 + 5fdb38c commit 87469a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/MediaStorage/Model/File/Storage/Synchronization.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function synchronize($relativeFileName)
5656
} catch (\Exception $e) {
5757
}
5858
if ($storage->getId()) {
59-
/** @var Write $file */
59+
/** @var \Magento\Framework\Filesystem\File\WriteInterface $file */
6060
$file = $this->mediaDirectory->openFile($relativeFileName, 'w');
6161
try {
6262
$file->lock();

0 commit comments

Comments
 (0)