…
The implementation of delegate should be defined within middleware dispatching systems.
I've reread this sentence multiple times from different points of view and I'm asking myself:
Is it anyhow possible that a delegate is not defined within middleware dispatching system?
I mean, if $d instanceof DelegateInterface, then $d can be used to dispatch middlewares, thus $d is part of the middleware dispatching system, isn't it?
Note: I must admit, the word within above does not make much sense to me in a packagist.org world.
I've reread this sentence multiple times from different points of view and I'm asking myself:
I mean, if
$d instanceof DelegateInterface
, then$d
can be used to dispatch middlewares, thus$d
is part of the middleware dispatching system, isn't it?Note: I must admit, the word within above does not make much sense to me in a packagist.org world.