Issue #329012: Remove call_user_func_array() from ModuleHandler::invoke() + invokeAll()
Issue #329012: Remove call_user_func_array() from ModuleHandler::invoke() + invokeAll()
Merge request reports
Activity
added 5 commits
- cea18d35 - Replace all call_user_func_array calls with direct callable invocations and argument unpacking
- 151bf578 - Replace all call_user_func calls with direct callable invocations
- 6215d042 - Use VarDumper::class instead of string constant and replace call_user_func with direct method call
- b932527a - Replace call_user_func() in DoTrustedCallbackTrait::doTrustedCallback() with...
- 8ba90ca3 - Replace switch and call_user_func() in Views::getViewsAsOptions() with a match...
Toggle commit listadded 7 commits
-
8ba90ca3...c574a6e4 - 2 commits from branch
project:11.x
- f69f288a - Replace all call_user_func_array calls with direct callable invocations and argument unpacking
- c541ab38 - Replace all call_user_func calls with direct callable invocations
- d3bfd6e8 - Use VarDumper::class instead of string constant and replace call_user_func with direct method call
- fff36ff2 - Replace call_user_func() in DoTrustedCallbackTrait::doTrustedCallback() with...
- 21ff97de - Replace switch and call_user_func() in Views::getViewsAsOptions() with a match...
Toggle commit list-
8ba90ca3...c574a6e4 - 2 commits from branch
Please register or sign in to reply