We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e577032 commit f3c0f66Copy full SHA for f3c0f66
src/Validator.php
@@ -27,7 +27,7 @@ public static function numeric(): NumericSchema
27
}
28
29
/**
30
- * @param BaseSchema[] $subSchemas
+ * @param array $subSchemas
31
*
32
* @return ArraySchema
33
*/
@@ -37,7 +37,7 @@ public static function array(array $subSchemas = []): ArraySchema
37
38
39
40
41
42
43
0 commit comments