mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-07 04:58:40 +00:00
Add docblock
This commit is contained in:
parent
50ab50c67e
commit
435447ece9
|
|
@ -132,6 +132,12 @@ abstract class RequestAbstract implements MessageInterface
|
||||||
*/
|
*/
|
||||||
protected $lock = false;
|
protected $lock = false;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Request header.
|
||||||
|
*
|
||||||
|
* @var HeaderAbstract
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
protected $header = null;
|
protected $header = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user