Completed
Branch master (532e2b)
by Cy
01:50
created
Category
src/RedisSentinelDatabase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
         $connection = $client->getConnection();
96 96
 
97 97
         foreach ($sentinelConnectionOptions as $option => $value) {
98
-            $connection->{'set' . Str::studly($option)}($value);
98
+            $connection->{'set'.Str::studly($option)}($value);
99 99
         }
100 100
 
101 101
         return $client;
Please login to merge, or discard this patch.