Completed
Pull Request — master (#8)
by
unknown
04:19
created
Classes/RedisLockStrategy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
             $this->blTo = (int) $config['blTo'];
116 116
         }
117 117
 
118
-        $this->redis   = new \Redis();
118
+        $this->redis = new \Redis();
119 119
         $this->redis->connect($config['host'], $port);
120 120
         if (\array_key_exists('auth', $config)) {
121 121
             $this->redis->auth($config['auth']);
Please login to merge, or discard this patch.