Skip to content

Commit bbee982

Browse files
authored
Fixed docblock
1 parent fd4dc02 commit bbee982

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/code/Magento/Cms/Helper/Wysiwyg/Images.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,12 @@ public function getCurrentPath()
253253
return $this->_currentPath;
254254
}
255255

256+
/**
257+
* Create subdirectory if doesn't exist
258+
*
259+
* @param string $absPath Path of subdirectory to create
260+
* @throws \Magento\Framework\Exception\LocalizedException
261+
*/
256262
private function createSubDirIfNotExist(string $absPath)
257263
{
258264
$relPath = $this->_directory->getRelativePath($absPath);

0 commit comments

Comments
 (0)