mirror of
https://github.com/predis/predis.git
synced 2026-08-30 04:02:22 +00:00
Run php-cs-fixer against codebase in src/ and tests/.
This commit is contained in:
@@ -56,7 +56,7 @@ class PredisStrategy extends ClusterStrategy
|
||||
|
||||
$currentKey = $this->extractKeyTag($keys[0]);
|
||||
|
||||
for ($i = 1; $i < $count; $i++) {
|
||||
for ($i = 1; $i < $count; ++$i) {
|
||||
$nextKey = $this->extractKeyTag($keys[$i]);
|
||||
|
||||
if ($currentKey !== $nextKey) {
|
||||
|
||||
Reference in New Issue
Block a user