@@ -73,7 +73,7 @@ public function rulesProvider(): array
7373 [
7474 'status ' => '422 ' ,
7575 '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. ' ,
7777 'meta ' => [
7878 'failed ' => [
7979 'rule ' => 'before-or-equal ' ,
@@ -93,7 +93,7 @@ public function rulesProvider(): array
9393 [
9494 'status ' => '422 ' ,
9595 'title ' => 'Unprocessable Entity ' ,
96- 'detail ' => 'The value must be between 1 and 9. ' ,
96+ 'detail ' => 'The value field must be between 1 and 9. ' ,
9797 'meta ' => [
9898 'failed ' => [
9999 'rule ' => 'between ' ,
@@ -234,7 +234,7 @@ public function testMultiple(): void
234234 [
235235 'status ' => '422 ' ,
236236 'title ' => 'Unprocessable Entity ' ,
237- 'detail ' => 'The title must be a string. ' ,
237+ 'detail ' => 'The title field must be a string. ' ,
238238 'source ' => [
239239 'pointer ' => '/data/attributes/title ' ,
240240 ],
@@ -247,7 +247,7 @@ public function testMultiple(): void
247247 [
248248 'status ' => '422 ' ,
249249 '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. ' ,
251251 'source ' => [
252252 'pointer ' => '/data/attributes/title ' ,
253253 ],
0 commit comments