Created
February 14, 2020 06:09
-
-
Save micoli/d1b1c53603c2139dad72801bafe45051 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print "<pre>"; | |
print_r(array_map(function($v){ | |
return array_filter($v,function($v){ | |
return in_array($v,["title","created_at","updated_at","source_branch","web_url"]); | |
},ARRAY_FILTER_USE_KEY); | |
},$mergeRequests)); | |
die(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment