mirror of
https://github.com/openvk/openvk
synced 2025-03-04 00:29:57 +03:00
fix(lint)
This commit is contained in:
parent
6f722bbb43
commit
2c46297853
3 changed files with 5 additions and 5 deletions
|
@ -45,7 +45,7 @@ final class Groups extends VKAPIRequestHandler
|
|||
$clbsCount = $user->getClubCount();
|
||||
}
|
||||
|
||||
$rClubs = array();
|
||||
$rClubs = [];
|
||||
|
||||
$ic = sizeof($clbs);
|
||||
if (sizeof($clbs) > $count) {
|
||||
|
|
Loading…
Reference in a new issue