Completed
Branch 2.x (1080d0)
by Cy
04:46
created
src/Manager/VersionedRedisSentinelManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     protected function resolveConnection($name = null)
37 37
     {
38 38
         $name = $name ?: 'default';
39
-        $options = Arr::get($this->config, 'options', [ ]);
39
+        $options = Arr::get($this->config, 'options', []);
40 40
 
41 41
         if (isset($this->config[$name])) {
42 42
             return $this->connector()->connect($this->config[$name], $options);
Please login to merge, or discard this patch.