Skip to content

Commit 145cb44

Browse files
committed
Added an extended class purpose description
1 parent da9526f commit 145cb44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/MediaGallery/Model/Asset/Command/DeleteByDirectoryPath.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
/**
1818
* Class DeleteByDirectoryPath
19+
*
20+
* Remove asset(s) that correspond the provided directory path
1921
*/
2022
class DeleteByDirectoryPath implements DeleteByDirectoryPathInterface
2123
{
@@ -48,7 +50,7 @@ public function __construct(
4850
}
4951

5052
/**
51-
* Delete media asset by path
53+
* Delete media asset(s) by path
5254
*
5355
* @param string $directoryPath
5456
*

0 commit comments

Comments
 (0)