Skip to content

Commit

Permalink
More missing properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Feb 10, 2017
1 parent 604e9a2 commit e9a31f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpstan.neon
Expand Up @@ -12,6 +12,9 @@ parameters:
- '#Access to undefined constant Memcached::DYNAMIC_CLIENT_MODE#'
- '#Access to undefined constant PDO::SQLSRV_ATTR_ENCODING#'
- '#Access to undefined constant PDO::SQLSRV_ENCODING_BINARY#'
- '#Access to an undefined property Cake\\Http\\Client\\Message::\$headers#'
- '#Access to an undefined property Cake\\[a-zA-Z0-9_\\]+::\$_validViewOptions#'
- '#Access to an undefined property Cake\\Database\\Driver::\$_connection#'
earlyTerminatingMethodCalls:
Cake\Shell\Shell:
- abort
Expand Down
7 changes: 7 additions & 0 deletions src/Http/Client/Message.php
Expand Up @@ -134,6 +134,13 @@ class Message
*/
protected $_cookies = [];

/**
* Body for the message.
*
* @var string|null
*/
protected $_body;

/**
* Get all headers
*
Expand Down

0 comments on commit e9a31f7

Please sign in to comment.