add missing throw statement to doc block
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
parent
ecf33a679e
commit
1d4a80f37d
|
@ -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