Skip to content

Commit 05504c5

Browse files
Milan Osztromokgelanivishal
authored andcommitted
fix phpcbf errors
1 parent a6b0d1c commit 05504c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public function getBasePath()
165165
}
166166

167167
/**
168-
* Retrieve base path
168+
* Retrieve allowed extensions
169169
*
170170
* @return string[]
171171
*/
@@ -175,6 +175,8 @@ public function getAllowedExtensions()
175175
}
176176

177177
/**
178+
* Retrieve allowed mime types
179+
*
178180
* @return string[]
179181
*/
180182
public function getAllowedMimeTypes()

0 commit comments

Comments
 (0)