Skip to content

Commit 7a92462

Browse files
committed
Revert the constructor comment and update the content of the name files to be 'name'
1 parent 25a9bdf commit 7a92462

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

app/code/Magento/Catalog/Model/ImageUploader.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ class ImageUploader
8888
* @param \Magento\MediaStorage\Model\File\UploaderFactory $uploaderFactory
8989
* @param \Magento\Store\Model\StoreManagerInterface $storeManager
9090
* @param \Psr\Log\LoggerInterface $logger
91-
* @param $baseTmpPath
92-
* @param $basePath
93-
* @param $allowedExtensions
94-
* @param array $allowedMimeTypes
91+
* @param string $baseTmpPath
92+
* @param string $basePath
93+
* @param string[] $allowedExtensions
94+
* @param string[] $allowedMimeTypes
9595
* @param Name|null $fileNameLookup
9696
*/
9797
public function __construct(
@@ -104,7 +104,7 @@ public function __construct(
104104
$basePath,
105105
$allowedExtensions,
106106
$allowedMimeTypes = [],
107-
Name $fileNameLookup = null
107+
Name $fileNameLookup = null
108108
) {
109109
$this->coreFileStorageDatabase = $coreFileStorageDatabase;
110110
$this->mediaDirectory = $filesystem->getDirectoryWrite(\Magento\Framework\App\Filesystem\DirectoryList::MEDIA);
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
source
1+
name
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
source
1+
name_1

0 commit comments

Comments
 (0)