mirror of
https://github.com/predis/predis.git
synced 2026-09-24 09:11:05 +00:00
Fix typos (#1579)
This commit is contained in:
@@ -91,7 +91,7 @@ class APPEND_Test extends PredisCommandTestCase
|
||||
* @group connected
|
||||
* @requiresRedisVersion >= 2.0.0
|
||||
*/
|
||||
public function testReturnsTheLenghtOfTheStringAfterAppend(): void
|
||||
public function testReturnsTheLengthOfTheStringAfterAppend(): void
|
||||
{
|
||||
$redis = $this->getClient();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user