Skip to content

Commit d56f97b

Browse files
committed
Fix cs
1 parent 2eed142 commit d56f97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Factory/CakeValidatorFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static function createValidationResult(array $errors, ValidationResult $r
3232
* Add errors.
3333
*
3434
* @param ValidationResult $result The result
35-
* @param array $errors The errors
35+
* @param array<mixed> $errors The errors
3636
* @param string $path The path
3737
*
3838
* @return void

0 commit comments

Comments
 (0)