Add docblock

This commit is contained in:
Dennis Eichhorn 2017-04-16 15:17:07 +02:00
parent 50ab50c67e
commit 435447ece9

View File

@ -132,6 +132,12 @@ abstract class RequestAbstract implements MessageInterface
*/
protected $lock = false;
/**
* Request header.
*
* @var HeaderAbstract
* @since 1.0.0
*/
protected $header = null;
/**