We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
array_search says:
array_search
Returns the key for needle if it is found in the array, FALSE otherwise.
It is not an error not finding something you search for, therefore it seems to be outside of Safe's scope.
The text was updated successfully, but these errors were encountered:
For me: I would rather expect null or thrown exception but definitelly not FALSE.
null
FALSE
🤔
Sorry, something went wrong.
o_O You are perfectly right! I definitely need to fix this!
No branches or pull requests
array_search
says:It is not an error not finding something you search for, therefore it seems to be outside of Safe's scope.
The text was updated successfully, but these errors were encountered: