jira-api-restclient
jira-api-restclient copied to clipboard
Use "call_user_func" to run callback in "Walker" class
Right now Walker class only supports very basic callbacks where function name is given. Proposing to use call_user_func function in the Walker::current method to solve this problem.