From d0556660646812191f2cd24c9c00257fcce80372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=BE=D0=BD=D1=81=D1=82=D0=B0=D0=BD=D1=82=D0=B8?= =?UTF-8?q?=D0=BD?= Date: Wed, 20 Sep 2017 19:11:37 +0300 Subject: [PATCH] Update api.php Fixed phpDoc --- lib/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api.php b/lib/api.php index 3003ec6..aabbaec 100644 --- a/lib/api.php +++ b/lib/api.php @@ -174,7 +174,7 @@ function incomingTransferReject($operation_id) { * the redirect_uri parameter specified in the application registration * data. Any additional parameters required for the application can beadded * at the end of the string. - * @param string $scope A string of requested permissions(joined list of + * @param string[] $scope A string of requested permissions(joined list of * strings) * @return response object */