Skip to content

Commit

Permalink
Docblock says wrong type
Browse files Browse the repository at this point in the history
Docblock says $_contentType is an int, when it's in fact a string.
  • Loading branch information
CalvinMcGee committed Jul 7, 2016
1 parent 8c3d299 commit 6677ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/Response.php
Expand Up @@ -327,7 +327,7 @@ class Response
* Content type to send. This can be an 'extension' that will be transformed using the $_mimetypes array
* or a complete mime-type
*
* @var int
* @var string
*/
protected $_contentType = 'text/html';

Expand Down

0 comments on commit 6677ac0

Please sign in to comment.