-
-
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
#14801 - Phalcon\Helper\Arr::blackList() #14808
Conversation
See #14802 as well |
Can you sent it to the 4.1.x branch? |
Oh my god, i'm sorry
There's a lot of conflict. |
CHANGELOG-4.0.md
Outdated
@@ -1,5 +1,6 @@ | |||
# [4.0.3](https://github.com/phalcon/cphalcon/releases/tag/v4.0.3) (2020-01-25) | |||
## Added | |||
- Added `Phalcon\Helper\Arr::blackList()` to exclude elements of an array by the keys obtained from the elements of a blacklist [#14801](https://github.com/phalcon/cphalcon/issues/14801) [@TimurFlush](https://github.com/TimurFlush) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add this to the CHANGELOG-4.1.md
This reverts commit 16b8775.
Codecov Report
@@ Coverage Diff @@
## master #14808 +/- ##
==========================================
+ Coverage 67.99% 68% +<.01%
==========================================
Files 483 483
Lines 111463 111479 +16
==========================================
+ Hits 75789 75808 +19
+ Misses 35674 35671 -3 |
Hello!
In raising this pull request, I confirm the following:
Thanks