diff --git a/src/Command/StringBitPos.php b/src/Command/StringBitPos.php index 2fbad5cd..41f22721 100644 --- a/src/Command/StringBitPos.php +++ b/src/Command/StringBitPos.php @@ -15,7 +15,7 @@ namespace Predis\Command; * @link http://redis.io/commands/bitpos * @author Daniele Alessandri */ -class StringBitCount extends Command +class StringBitPos extends Command { /** * {@inheritdoc} diff --git a/tests/Predis/Command/StringBitPosTest.php b/tests/Predis/Command/StringBitPosTest.php index 94ea5a7c..5a9f557f 100644 --- a/tests/Predis/Command/StringBitPosTest.php +++ b/tests/Predis/Command/StringBitPosTest.php @@ -75,4 +75,4 @@ class StringBitPosTest extends PredisCommandTestCase $redis->lpush('key', 'list'); $redis->bitpos('key'); } -} \ No newline at end of file +}