Skip to content

Instantly share code, notes, and snippets.

@micoli
Created February 14, 2020 06:09
Show Gist options
  • Save micoli/d1b1c53603c2139dad72801bafe45051 to your computer and use it in GitHub Desktop.
Save micoli/d1b1c53603c2139dad72801bafe45051 to your computer and use it in GitHub Desktop.
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