From 87c7c2ec76bb191962a141e21802598720d896cd Mon Sep 17 00:00:00 2001 From: Alexander Minkin Date: Sun, 9 Feb 2025 17:11:07 +0300 Subject: [PATCH] fix(VKAPI/Handlers/Groups): add array declaration --- VKAPI/Handlers/Groups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VKAPI/Handlers/Groups.php b/VKAPI/Handlers/Groups.php index baf78210..28ccf11a 100644 --- a/VKAPI/Handlers/Groups.php +++ b/VKAPI/Handlers/Groups.php @@ -45,7 +45,7 @@ final class Groups extends VKAPIRequestHandler $clbsCount = $user->getClubCount(); } - $rClubs; + $rClubs = array(); $ic = sizeof($clbs); if (sizeof($clbs) > $count) {