diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-11-14 21:18:16 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-11-14 21:21:41 +0100 |
commit | c126c3f56a423783bf95d26816327b4e76ef053a (patch) | |
tree | 08235637f6e4c266d9122941303eee583c190c57 /apps/files/lib | |
parent | 08bd8373f66a3697835f3b35cfa9e10bf759bae6 (diff) | |
download | nextcloud-server-c126c3f56a423783bf95d26816327b4e76ef053a.tar.gz nextcloud-server-c126c3f56a423783bf95d26816327b4e76ef053a.zip |
Update PHPDoc to fix typos
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/files/lib')
-rw-r--r-- | apps/files/lib/Controller/ApiController.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files/lib/Controller/ApiController.php b/apps/files/lib/Controller/ApiController.php index 3085b72ac7a..a967c8bd7bb 100644 --- a/apps/files/lib/Controller/ApiController.php +++ b/apps/files/lib/Controller/ApiController.php @@ -320,8 +320,9 @@ class ApiController extends Controller { * * @NoAdminRequired * - * @param String - * @return String + * @param string + * @return string + * @throws \OCP\Files\NotFoundException */ public function getNodeType($folderpath) { $node = $this->userFolder->get($folderpath); |