Skip to content

Commit 074ce5f

Browse files
committed
B2B-1789: First Request For Storefront Image After Deleting Local File System Cached Images Results In Magento Placeholder Image When Using S3 -
Added fixes on functional tests failure issue
1 parent ea84eba commit 074ce5f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ public function __construct(ObjectManagerInterface $objectManager, string $insta
4545
* Create class instance with specified parameters
4646
*
4747
* @param array $data
48-
* @return Synchronization
4948
*/
50-
public function create(array $data = []): Synchronization
49+
public function create(array $data = [])
5150
{
5251
return $this->objectManager->create($this->instanceName, $data);
5352
}

0 commit comments

Comments
 (0)