Codestyle changes related to php-cs-fixer update (#1311)

* Codestyle changes

* Added missing type-hints
This commit is contained in:
Vladyslav Vildanov
2023-06-07 17:05:36 +03:00
committed by GitHub
parent 95c23fb94d
commit 3c322fc4e3
25 changed files with 74 additions and 75 deletions
+3 -3
View File
@@ -58,9 +58,9 @@ class LCS_Test extends PredisCommandTestCase
/**
* @group connected
* @dataProvider stringsProvider
* @param array $stringsArguments
* @param array $functionArguments
* @param $expectedResponse
* @param array $stringsArguments
* @param array $functionArguments
* @param $expectedResponse
* @return void
* @requiresRedisVersion >= 7.0.0
*/