From 5693368d53315d64fd190ccda5fa41b93938e2a9 Mon Sep 17 00:00:00 2001 From: vladvildanov Date: Tue, 1 Aug 2023 09:22:20 +0300 Subject: [PATCH] Updated method description --- tests/PHPUnit/PredisTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PHPUnit/PredisTestCase.php b/tests/PHPUnit/PredisTestCase.php index 1542b922..5bef42f2 100644 --- a/tests/PHPUnit/PredisTestCase.php +++ b/tests/PHPUnit/PredisTestCase.php @@ -582,7 +582,7 @@ abstract class PredisTestCase extends \PHPUnit\Framework\TestCase } /** - * Check annotations if it's matches to cluster test scenario. + * Check annotations if it's matches to redis gears test scenario. * * @return bool */