Skip to content

Instantly share code, notes, and snippets.

@mikemix
Last active August 9, 2022 19:03
Show Gist options
  • Save mikemix/8e7216e98b4a848a3eb30cee9ff4dc9b to your computer and use it in GitHub Desktop.
Save mikemix/8e7216e98b4a848a3eb30cee9ff4dc9b to your computer and use it in GitHub Desktop.
<?php
if ($httpApi->hasAccess($user) && $user->isActive() && $isSuccess) {
// all conditions must be met in order for this condition to execute
// in case of 'and' we should keep the heaviest conditions last
// and the fastest to execute in front
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment