Skip to content

Commit

Permalink
add missing throw statement to doc block
Browse files Browse the repository at this point in the history
Signed-off-by: Bjoern Schiessle <[email protected]>
  • Loading branch information
schiessle committed Oct 4, 2018
1 parent ecf33a6 commit 1d4a80f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/private/legacy/util.php
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,8 @@ public static function getUserQuota($userId) {
*
* @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) {
Expand Down

0 comments on commit 1d4a80f

Please sign in to comment.