@@ -35,28 +35,28 @@ function (): void {
3535 - street must be a string
3636 FULL_MESSAGE,
3737 [
38- '__root__ ' => 'These rules must pass for `[["region": "Oregon", "country": "USA", "other": 123], ["street": "", "region": "Oregon", "country": "USA"], ["s ... ]` ' ,
38+ '__root ' => 'These rules must pass for `[["region": "Oregon", "country": "USA", "other": 123], ["street": "", "region": "Oregon", "country": "USA"], ["s ... ]` ' ,
3939 'each ' => [
40- '__root__ ' => 'Each item in `[["region": "Oregon", "country": "USA", "other": 123], ["street": "", "region": "Oregon", "country": "USA"], ["s ... ]` must be valid ' ,
40+ '__root ' => 'Each item in `[["region": "Oregon", "country": "USA", "other": 123], ["street": "", "region": "Oregon", "country": "USA"], ["s ... ]` must be valid ' ,
4141 0 => [
42- '__root__ ' => 'These rules must pass for `["region": "Oregon", "country": "USA", "other": 123]` ' ,
42+ '__root ' => 'These rules must pass for `["region": "Oregon", "country": "USA", "other": 123]` ' ,
4343 'street ' => 'street must be present ' ,
4444 'other ' => [
45- '__root__ ' => 'These rules must pass for other ' ,
45+ '__root ' => 'These rules must pass for other ' ,
4646 'nullOrStringType ' => 'other must be a string or must be null ' ,
4747 ],
4848 ],
4949 1 => [
50- '__root__ ' => 'These rules must pass for `["street": "", "region": "Oregon", "country": "USA"]` ' ,
50+ '__root ' => 'These rules must pass for `["street": "", "region": "Oregon", "country": "USA"]` ' ,
5151 'street ' => [
52- '__root__ ' => 'These rules must pass for street ' ,
52+ '__root ' => 'These rules must pass for street ' ,
5353 'notEmpty ' => 'street must not be empty ' ,
5454 ],
5555 ],
5656 2 => [
57- '__root__ ' => 'These rules must pass for `["street": 123, "region": "Oregon", "country": "USA"]` ' ,
57+ '__root ' => 'These rules must pass for `["street": 123, "region": "Oregon", "country": "USA"]` ' ,
5858 'street ' => [
59- '__root__ ' => 'These rules must pass for street ' ,
59+ '__root ' => 'These rules must pass for street ' ,
6060 'stringType ' => 'street must be a string ' ,
6161 ],
6262 ],
0 commit comments