mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
fixed phpdoc parameter types
Signed-off-by: Max Kovalenko <mxss1998@yandex.ru>
This commit is contained in:
parent
7f689af6f4
commit
a8ddf3471e
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue