Merge pull request #11613 from nextcloud/add-missing-throw-statement
add missing throw statement to doc block
This commit is contained in:
commit
e0ed64366c
|
@ -392,7 +392,8 @@ class OC_Util {
|
|||
*
|
||||
* @param String $userId
|
||||
* @param \OCP\Files\Folder $userDirectory
|
||||
* @throws \RuntimeException
|
||||
* @throws \OCP\Files\NotFoundException
|
||||
* @throws \OCP\Files\NotPermittedException
|
||||
* @suppress PhanDeprecatedFunction
|
||||
*/
|
||||
public static function copySkeleton($userId, \OCP\Files\Folder $userDirectory) {
|
||||
|
|
Loading…
Reference in New Issue