This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes issue with usage of duck-typed interop middleware
Adds logic to `MarshalMiddlewareTrait::marshalInvokableMiddleware()` to wrap callable interop middleware in a `CallableInteropMiddlewareWrapper` instead of a `CallableMiddlewareWrapper`. Doing so highlighted a problematic test in `MarshalMiddlewareTraitTest` as well, which has now been corrected.
- Loading branch information