Relax protection on some Server members to allow extension
This commit is contained in:
parent
0cbcd6cbfc
commit
2fe3575e69
|
|
@ -15,17 +15,17 @@ use WellRESTed\Transmission\TransmitterInterface;
|
|||
class Server
|
||||
{
|
||||
/** @var array */
|
||||
private $attributes;
|
||||
protected $attributes;
|
||||
|
||||
/** @var string ServerRequestInterface attribute name for matched path variables */
|
||||
protected $pathVariablesAttributeName;
|
||||
|
||||
/** @var mixed[] List array of middleware */
|
||||
protected $stack;
|
||||
|
||||
/** @var DispatcherInterface */
|
||||
private $dispatcher;
|
||||
|
||||
/** @var string ServerRequestInterface attribute name for matched path variables */
|
||||
private $pathVariablesAttributeName;
|
||||
|
||||
/** @var mixed[] List array of middleware */
|
||||
private $stack;
|
||||
|
||||
/**
|
||||
* Create a new server.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue