The Slim middleware lacks support for requests like __clockwork/<ID>/extended, which is required to retrieve the XDebug profiler data. This PR implements the according routing. The first commit only does a bit of cleanup, in particular type annotations. The second commit implements the actual request handling.
The Slim middleware lacks support for requests like
__clockwork/<ID>/extended
, which is required to retrieve the XDebug profiler data. This PR implements the according routing. The first commit only does a bit of cleanup, in particular type annotations. The second commit implements the actual request handling.