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

Commit

Permalink
Fix typehint on $response property
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jun 24, 2015
1 parent 9fdc039 commit f147390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FinalHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class FinalHandler
/**
* Original response provided to the middleware.
*
* @var null|Http\Response
* @var null|ResponseInterface
*/
private $response;

Expand Down

0 comments on commit f147390

Please sign in to comment.