Skip to content

Commit

Permalink
Merge branch 'feature/psr-15-compat' into feature/http-interop-v2
Browse files Browse the repository at this point in the history
Forward port fixes due to feedback from @michaelmoussa on zendframework#75

Conflicts:
	src/Dispatch.php
  • Loading branch information
weierophinney committed Nov 2, 2016
2 parents 75dd49b + 5cc396b commit 6a94376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/book/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ when calling it in your application, or return a response yourself.
>
> Using the `$response` argument is unsafe when using delegation, as an inner
> layer could return an entirely different response, ignoring any changes you
> may have introduced previously. Additionally, hen manipulating the response
> may have introduced previously. Additionally, when manipulating the response
> from an inner layer, you may be inheriting unwanted context.
>
> As such, we recommend ignoring the `$response` argument and doing one of the
Expand Down

0 comments on commit 6a94376

Please sign in to comment.