Skip to content

Commit

Permalink
set type of headersSentHandler to be callable in docblock
Browse files Browse the repository at this point in the history
Signed-off-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
  • Loading branch information
samsonasik committed Aug 11, 2020
1 parent 89731a7 commit 397b17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpEnvironment/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Response extends HttpResponse
protected $contentSent = false;

/**
* @var bool
* @var callable
*/
private $headersSentHandler;

Expand Down

0 comments on commit 397b17e

Please sign in to comment.