Merge pull request #11613 from nextcloud/add-missing-throw-statement

add missing throw statement to doc block
This commit is contained in:
Morris Jobke 2018-10-04 16:28:08 +02:00 committed by GitHub
commit e0ed64366c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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) {