Completed
Push — master ( ad6708...8ee0dd )
by Michal
04:22
created
src/RedisProxy.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
                 return;
125 125
             }
126 126
             if ($preferredDriver === self::DRIVER_PREDIS && class_exists('Predis\Client')) {
127
-				$this->driver = new Client([
127
+                $this->driver = new Client([
128 128
                     'host' => $this->host,
129 129
                     'port' => $this->port,
130 130
                 ]);
Please login to merge, or discard this patch.