Completed
Push — master ( e9000a...3a63a2 )
by Damian
03:43
created
src/Driver/RedisQueue.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.