Skip to content
Snippets Groups Projects
Commit c3f7ab62 authored by colemanw's avatar colemanw
Browse files

REF - Cleanup array key checking to use array_key_exists

Before: in_array($foo, array_keys($bar))
After: array_key_exists($foo, $bar)
parent b4271e27
Branches
Tags
No related merge requests found
Showing
with 23 additions and 23 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment