cloudflare
cloudflare copied to clipboard
Removes array_filter callable to use array_filter default behaviour
By default array_filter removes any null entries when filtering through an array, which means the callback is not needed.
Than being said, for those that don't know array_filters default behaviour the written code with the callback shows its intent a bit clearer along with the comment.