Skip to content

Commit f3c0f66

Browse files
committed
Update docblock and fix returning type
1 parent e577032 commit f3c0f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Validator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static function numeric(): NumericSchema
2727
}
2828

2929
/**
30-
* @param BaseSchema[] $subSchemas
30+
* @param array $subSchemas
3131
*
3232
* @return ArraySchema
3333
*/
@@ -37,7 +37,7 @@ public static function array(array $subSchemas = []): ArraySchema
3737
}
3838

3939
/**
40-
* @param BaseSchema[] $subSchemas
40+
* @param array $subSchemas
4141
*
4242
* @return ArraySchema
4343
*/

0 commit comments

Comments
 (0)