-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NFR]: Implement additional methods in class \Phalcon\Helper\Arr. #14801
Comments
Any additional methods should go to 4.1 release otherwise we break semver. |
Then I wonder why there are methods |
|
Okay |
Resolved in #14809 Thank you @TimurFlush |
Hello!
In my opinion, the
Phalcon\Helper\Arr
helper lacks two important methods:Phalcon\Helper\Arr::blackList()
- is a method that removes the specified keys from the passed array. In its own way it is the opposite copy of theArr::whiteList()
Phalcon\Helper\App::map()
- is the alias of\array_map()
P.S I will create PR as soon as i can
The text was updated successfully, but these errors were encountered: