Declare $parameters property of Predis\Connection\Parameters (#781)

This commit is contained in:
John Paul E. Balandan, CPA
2022-06-29 22:58:14 +08:00
committed by GitHub
parent 78fd4cb998
commit 4ec74cc5fe
+8
View File
@@ -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.
*/