Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

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 `$responsePrototype` visibility from #75
  • Loading branch information
weierophinney committed Nov 3, 2016
2 parents 1a189e6 + 3f6df04 commit cddbdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MiddlewarePipe.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class MiddlewarePipe implements ServerMiddlewareInterface
/**
* @var Response
*/
private $responsePrototype;
protected $responsePrototype;

/**
* Constructor
Expand Down

0 comments on commit cddbdf5

Please sign in to comment.