mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Merge pull request #12457 from nextcloud/fix/noid/fix-phpdoc
Update PHPDoc to fix typos
This commit is contained in:
commit
299c280fb9
1 changed files with 3 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue