Skip to content

Commit 86641e1

Browse files
committed
Adopt validator changes
1 parent fc06467 commit 86641e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Collector/ValidatorInterfaceProxy.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function __construct(
1616
) {
1717
}
1818

19-
public function validate(mixed $data, ?iterable $rules = null): Result
19+
public function validate(mixed $data, iterable|object|string|null $rules = null): Result
2020
{
2121
$result = $this->validator->validate($data, $rules);
2222

0 commit comments

Comments
 (0)