fix phpdoc type for KeySet constructor (#1365)

by @voda
This commit is contained in:
Ondřej Vodáček 2022-01-19 11:40:08 +01:00 committed by GitHub
parent 60566e2250
commit bf4082d208
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ final class KeySet extends AbstractWrapper
/**
* Initializes the rule.
*
* @param Validatable[] ...$validatables
* @param Validatable ...$validatables
*/
public function __construct(Validatable ...$validatables)
{