Skip to content
Snippets Groups Projects
  1. Sep 18, 2014
    • voxsim's avatar
      1. remove sizeof($filteredUsers) > 0 as condition · 7a14f94a
      voxsim authored
      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;
      7a14f94a
  2. Sep 15, 2014
  3. Aug 28, 2014
  4. Jun 26, 2014
  5. Jun 25, 2014
  6. Jun 24, 2014
  7. Jun 23, 2014
Loading