Skip to content

Commit 6499d91

Browse files
Fix for running bin/magento without proper database connection (removes db connection attempts from DI constructors)
Fix typo Co-authored-by: Dan Wallis <dan@wallis.nz>
1 parent f0c7398 commit 6499d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/MediaGallerySynchronization/Model/SynchronizeFiles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class SynchronizeFiles implements SynchronizeFilesInterface
6767
/**
6868
* @param File $driver
6969
* @param Filesystem $filesystem
70-
* @param DateTime $dateFactory
70+
* @param DateTimeFactory $dateFactory
7171
* @param LoggerInterface $log
7272
* @param GetFileInfo $getFileInfo
7373
* @param GetAssetsByPathsInterface $getAssetsByPaths

0 commit comments

Comments
 (0)