Skip to content

Commit

Permalink
Declare missing property
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Dec 14, 2016
1 parent 8264ef1 commit b98f1a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Http/ServerRequest.php
Expand Up @@ -124,6 +124,13 @@ class ServerRequest implements ArrayAccess, ServerRequestInterface
*/ */
public $trustProxy = false; public $trustProxy = false;


/**
* Contents of php://input
*
* @var string
*/
protected $_input;

/** /**
* The built in detectors used with `is()` can be modified with `addDetector()`. * The built in detectors used with `is()` can be modified with `addDetector()`.
* *
Expand Down

0 comments on commit b98f1a1

Please sign in to comment.