mirror of
https://github.com/predis/predis.git
synced 2026-08-30 20:21:31 +00:00
Codestyle changes related to php-cs-fixer update (#1311)
* Codestyle changes * Added missing type-hints
This commit is contained in:
committed by
GitHub
parent
95c23fb94d
commit
3c322fc4e3
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user