Browse Source

fixed phpdoc parameter types

Signed-off-by: Max Kovalenko <mxss1998@yandex.ru>
tags/v17.0.0beta1
Max Kovalenko 5 years ago
parent
commit
a8ddf3471e
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      apps/files/lib/Controller/ApiController.php

+ 2
- 2
apps/files/lib/Controller/ApiController.php View File

@@ -295,8 +295,8 @@ class ApiController extends Controller {
*
* @NoAdminRequired
*
* @param bool $show
* @param bool $key the key of the folder
* @param int $show
* @param string $key the key of the folder
*
* @return Response
*/

Loading…
Cancel
Save