@breif -> @brief
This commit is contained in:
parent
fa503a4772
commit
55fc693750
|
@ -196,7 +196,7 @@ class Api {
|
|||
}
|
||||
|
||||
/**
|
||||
* @breif create a new share
|
||||
* @brief create a new share
|
||||
* @param array $params
|
||||
* @return \OC_OCS_Result
|
||||
*/
|
||||
|
|
|
@ -36,7 +36,7 @@ class Shared extends \OC\Files\Storage\Common {
|
|||
}
|
||||
|
||||
/**
|
||||
* @breif get id of the mount point
|
||||
* @brief get id of the mount point
|
||||
* @return string
|
||||
*/
|
||||
public function getId() {
|
||||
|
@ -44,7 +44,7 @@ class Shared extends \OC\Files\Storage\Common {
|
|||
}
|
||||
|
||||
/**
|
||||
* @breif get file cache of the shared item source
|
||||
* @brief get file cache of the shared item source
|
||||
* @return string
|
||||
*/
|
||||
public function getSourceId() {
|
||||
|
|
Loading…
Reference in New Issue