Skip to content

Commit 797c2bb

Browse files
authored
Fix AnyOf constructor parameter type (#55577)
1 parent 9a06826 commit 797c2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Validation/Rules/AnyOf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class AnyOf implements Rule, ValidatorAwareRule
2727
/**
2828
* Sets the validation rules to match against.
2929
*
30-
* @param Illuminate\Contracts\Validation\ValidationRule[][] $rules
30+
* @param array $rules
3131
*
3232
* @throws \InvalidArgumentException
3333
*/

0 commit comments

Comments
 (0)