Skip to content

Instantly share code, notes, and snippets.

@yatsenkolesh
Created November 30, 2017 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yatsenkolesh/37c3e9e21ac5cacdf1f50c2fd76d11d5 to your computer and use it in GitHub Desktop.
Save yatsenkolesh/37c3e9e21ac5cacdf1f50c2fd76d11d5 to your computer and use it in GitHub Desktop.
USE
if (!emptyMulti($redirectIfMobileModule, $redirectIfMobileAction)) {
...
}
INSTEAD OF
if (!empty($redirectIfMobileModule) && $redirectIfMobileAction) {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment