mirror of
https://github.com/predis/predis.git
synced 2026-08-30 04:02:22 +00:00
Declare $parameters property of Predis\Connection\Parameters (#781)
This commit is contained in:
committed by
GitHub
parent
78fd4cb998
commit
4ec74cc5fe
@@ -26,6 +26,14 @@ class Parameters implements ParametersInterface
|
||||
'port' => 6379,
|
||||
);
|
||||
|
||||
/**
|
||||
* Set of connection paramaters already filtered
|
||||
* for NULL or 0-length string values.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $parameters;
|
||||
|
||||
/**
|
||||
* @param array $parameters Named array of connection parameters.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user