Completed
Branch 2.0.x (0e0238)
by Cy
05:42
created
src/RedisSentinelManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
      */
45 45
     protected function resolve($name)
46 46
     {
47
-        $options = Arr::get($this->config, 'options', [ ]);
47
+        $options = Arr::get($this->config, 'options', []);
48 48
 
49 49
         if (isset($this->config[$name])) {
50 50
             return $this->connector()->connect($this->config[$name], $options);
Please login to merge, or discard this patch.