You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For easier testing, if filter() returned whatever Invocation::proceed() returned (which is typically the case, most filters are implemented w/ return $invocation->proceed($request, $response);), and Invocation::proceed() returned whatever routing returns, then we could simplify the following:
For easier testing, if
filter()
returned whateverInvocation::proceed()
returned (which is typically the case, most filters are implemented w/return $invocation->proceed($request, $response);
), andInvocation::proceed()
returned whatever routing returns, then we could simplify the following:On a side note,
Invocation
could be more liberal in what it accepts, callingRouting::cast()
internally.The text was updated successfully, but these errors were encountered: