@@ -73,7 +73,7 @@ public function rulesProvider(): array
73
73
[
74
74
'status ' => '422 ' ,
75
75
'title ' => 'Unprocessable Entity ' ,
76
- 'detail ' => 'The value must be a date before or equal to 2018年12月31日 23:59:59. ' ,
76
+ 'detail ' => 'The value field must be a date before or equal to 2018年12月31日 23:59:59. ' ,
77
77
'meta ' => [
78
78
'failed ' => [
79
79
'rule ' => 'before-or-equal ' ,
@@ -93,7 +93,7 @@ public function rulesProvider(): array
93
93
[
94
94
'status ' => '422 ' ,
95
95
'title ' => 'Unprocessable Entity ' ,
96
- 'detail ' => 'The value must be between 1 and 9. ' ,
96
+ 'detail ' => 'The value field must be between 1 and 9. ' ,
97
97
'meta ' => [
98
98
'failed ' => [
99
99
'rule ' => 'between ' ,
@@ -234,7 +234,7 @@ public function testMultiple(): void
234
234
[
235
235
'status ' => '422 ' ,
236
236
'title ' => 'Unprocessable Entity ' ,
237
- 'detail ' => 'The title must be a string. ' ,
237
+ 'detail ' => 'The title field must be a string. ' ,
238
238
'source ' => [
239
239
'pointer ' => '/data/attributes/title ' ,
240
240
],
@@ -247,7 +247,7 @@ public function testMultiple(): void
247
247
[
248
248
'status ' => '422 ' ,
249
249
'title ' => 'Unprocessable Entity ' ,
250
- 'detail ' => 'The title must be between 5 and 255 characters. ' ,
250
+ 'detail ' => 'The title field must be between 5 and 255 characters. ' ,
251
251
'source ' => [
252
252
'pointer ' => '/data/attributes/title ' ,
253
253
],
0 commit comments