mirror of
https://github.com/predis/predis.git
synced 2026-09-15 12:57:10 +00:00
Edited typos
Changed redeclaration error and added single return
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Predis\Command;
|
||||
* @link http://redis.io/commands/bitpos
|
||||
* @author Daniele Alessandri <suppakilla@gmail.com>
|
||||
*/
|
||||
class StringBitCount extends Command
|
||||
class StringBitPos extends Command
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
||||
@@ -75,4 +75,4 @@ class StringBitPosTest extends PredisCommandTestCase
|
||||
$redis->lpush('key', 'list');
|
||||
$redis->bitpos('key');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user