Update PHPDoc to fix typos
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
08bd8373f6
commit
c126c3f56a
|
@ -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 New Issue