add missing throw statement to doc block

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
Bjoern Schiessle 2018-10-04 15:23:07 +02:00
parent ecf33a679e
commit 1d4a80f37d
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
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) {