|
@@ -28,7 +28,7 @@ |
|
|
block discarded – undo |
|
28
|
28
|
* @param mixed $options Options to configure. Docs: https://github.com/nrk/predis/wiki/Client-Options |
|
29
|
29
|
* @param SerializerInterface|null $serializer |
|
30
|
30
|
*/ |
|
31
|
|
- public function __construct($parameters = null, $options = null, SerializerInterface $serializer = null) |
|
|
31
|
+ public function __construct($parameters = null, $options = null, SerializerInterface $serializer = null) |
|
32
|
32
|
{ |
|
33
|
33
|
$this->client = new Client($parameters, $options); |
|
34
|
34
|
$this->client->connect(); |
Please login to merge, or discard this patch.