Skip to content
Commit 7a14f94a authored by voxsim's avatar voxsim
Browse files

1. remove sizeof($filteredUsers) > 0 as condition

2. use count instead of sizeof. Latter is an alias to first one, practically we stick to count everywhere. Having it consistent helps with readability.
3. move whitespace so we have $groupUsers[] = $filteredUser; instead of $groupUsers []= $filteredUser;
parent 1366133d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment