Update PHPDoc to fix typos

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2018-11-14 21:18:16 +01:00
parent 08bd8373f6
commit c126c3f56a
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 3 additions and 2 deletions

View File

@ -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);