Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d174a9

Browse files
author
Arend Hummeling
committed
fix: remove unwanted type cast
1 parent b4f9da4 commit 3d174a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Cache/Traits/RedisTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ protected function doClear(string $namespace)
499499
}
500500
$this->doDelete($keys);
501501
}
502-
} while ($cursor = (int) $cursor);
502+
} while ($cursor);
503503
}
504504

505505
return $cleared;

0 commit comments

Comments
 (0)