Skip to content

Commit

Permalink
fix phpstan error
Browse files Browse the repository at this point in the history
  • Loading branch information
messikiller committed Nov 26, 2024
1 parent a6a0cb1 commit 71f9774
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Cluster/SlotMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
use Countable;
use IteratorAggregate;
use OutOfBoundsException;
use Predis\Connection\NodeConnectionInterface;
use ReturnTypeWillChange;
use Traversable;

/**
* Compact slot map for redis-cluster.
Expand Down

0 comments on commit 71f9774

Please sign in to comment.