Merge pull request #12457 from nextcloud/fix/noid/fix-phpdoc

Update PHPDoc to fix typos
This commit is contained in:
Morris Jobke 2018-11-14 21:37:26 +01:00 committed by GitHub
commit 299c280fb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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