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
Since AdvancedCallableResolver was introduced midway through the release of Slim 4, we will need to unify the two interfaces in Slim 5 and break everything moving forward.
We will also need to ensure that the CallableResolverInterface::resolve() method throws a named exception instead of RuntimeException so downstream implementers can effectively control the execution flow.
The text was updated successfully, but these errors were encountered:
@ddrv I do not have the bandwidth to maintain 3 branches. The Slim 4 docs are still in somewhat abysmal shape. Creating a Slim 5 branch right now would be a ton of extra work with very little upside. I appreciate the eagerness to get this going but I don't think the timing is adequate right now.
Since
AdvancedCallableResolver
was introduced midway through the release of Slim 4, we will need to unify the two interfaces in Slim 5 and break everything moving forward.We will also need to ensure that the
CallableResolverInterface::resolve()
method throws a named exception instead ofRuntimeException
so downstream implementers can effectively control the execution flow.The text was updated successfully, but these errors were encountered: