Skip to content

Commit

Permalink
Declare $parameters property of Predis\Connection\Parameters (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Jun 29, 2022
1 parent 78fd4cb commit 4ec74cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Connection/Parameters.php
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 4ec74cc

Please sign in to comment.