mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 06:37:56 -04:00
Merge pull request #11613 from nextcloud/add-missing-throw-statement
add missing throw statement to doc block
This commit is contained in:
commit
e0ed64366c
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue