Skip to content

Instantly share code, notes, and snippets.

@Elsensee
Created August 31, 2016 15:52
Show Gist options
  • Save Elsensee/61d79ccec245377dfafaeed9b75128be to your computer and use it in GitHub Desktop.
Save Elsensee/61d79ccec245377dfafaeed9b75128be to your computer and use it in GitHub Desktop.
I AM A MONSTER
$effects = array_filter(array_map(function ($effect) {
return EffectCollection::getEffectById($effect);
}, array_unique(func_get_args(), SORT_NUMERIC)), function ($effect) {
return !is_null($effect);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment