Skip to content

Commit

Permalink
Update PHPDoc to fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
  • Loading branch information
MorrisJobke committed Nov 14, 2018
1 parent 13a22c7 commit 94a5ffe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/files/lib/Controller/ApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,9 @@ public function toggleShowFolder(int $show, string $key) {
*
* @NoAdminRequired
*
* @param String
* @return String
* @param string
* @return string
* @throws \OCP\Files\NotFoundException
*/
public function getNodeType($folderpath) {
$node = $this->userFolder->get($folderpath);
Expand Down

0 comments on commit 94a5ffe

Please sign in to comment.