Skip to content

Commit

Permalink
Static analyse: mismatch method signature
Browse files Browse the repository at this point in the history
  • Loading branch information
mrVrAlex authored Jan 10, 2025
1 parent 50d961a commit 11e7159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swoole_library/src/core/Database/RedisPool.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Swoole\ConnectionPool;

/**
* @method \Redis get()
* @method \Redis get(float $timeout = -1)
* @method void put(Redis $connection)
*/
class RedisPool extends ConnectionPool
Expand Down

0 comments on commit 11e7159

Please sign in to comment.