File tree 3 files changed +7
-7
lines changed
app/code/Magento/Catalog/Model
lib/internal/Magento/Framework/Test/Unit/_files
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ class ImageUploader
88
88
* @param \Magento\MediaStorage\Model\File\UploaderFactory $uploaderFactory
89
89
* @param \Magento\Store\Model\StoreManagerInterface $storeManager
90
90
* @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
95
95
* @param Name|null $fileNameLookup
96
96
*/
97
97
public function __construct (
@@ -104,7 +104,7 @@ public function __construct(
104
104
$ basePath ,
105
105
$ allowedExtensions ,
106
106
$ allowedMimeTypes = [],
107
- Name $ fileNameLookup = null
107
+ Name $ fileNameLookup = null
108
108
) {
109
109
$ this ->coreFileStorageDatabase = $ coreFileStorageDatabase ;
110
110
$ this ->mediaDirectory = $ filesystem ->getDirectoryWrite (\Magento \Framework \App \Filesystem \DirectoryList::MEDIA );
Original file line number Diff line number Diff line change 1
- source
1
+ name
Original file line number Diff line number Diff line change 1
- source
1
+ name_1
You can’t perform that action at this time.
0 commit comments