Skip to content
Snippets Groups Projects
Unverified Commit 299c280f authored by Morris Jobke's avatar Morris Jobke Committed by GitHub
Browse files

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

Update PHPDoc to fix typos
parents 08bd8373 c126c3f5
No related branches found
No related tags found
No related merge requests found
...@@ -320,8 +320,9 @@ class ApiController extends Controller { ...@@ -320,8 +320,9 @@ class ApiController extends Controller {
* *
* @NoAdminRequired * @NoAdminRequired
* *
* @param String * @param string
* @return String * @return string
* @throws \OCP\Files\NotFoundException
*/ */
public function getNodeType($folderpath) { public function getNodeType($folderpath) {
$node = $this->userFolder->get($folderpath); $node = $this->userFolder->get($folderpath);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment