fixed phpdoc parameter types

Signed-off-by: Max Kovalenko <mxss1998@yandex.ru>
This commit is contained in:
Max Kovalenko 2019-05-27 08:44:52 +03:00
parent 7f689af6f4
commit a8ddf3471e
No known key found for this signature in database
GPG key ID: E7181A043AD0F379

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
*/