From bf4082d208077e3810c64844cf142e9cc120694b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Vod=C3=A1=C4=8Dek?= Date: Wed, 19 Jan 2022 11:40:08 +0100 Subject: [PATCH] fix phpdoc type for KeySet constructor (#1365) by @voda --- library/Rules/KeySet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Rules/KeySet.php b/library/Rules/KeySet.php index e50fd4d4..d5f2e02e 100644 --- a/library/Rules/KeySet.php +++ b/library/Rules/KeySet.php @@ -43,7 +43,7 @@ final class KeySet extends AbstractWrapper /** * Initializes the rule. * - * @param Validatable[] ...$validatables + * @param Validatable ...$validatables */ public function __construct(Validatable ...$validatables) {