This commit is contained in:
Viktor Szépe
2025-10-04 01:22:43 +02:00
committed by GitHub
parent 8a0c70baa5
commit d9dfefd247
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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();