@@ -72,8 +72,8 @@ public function testOutputWithClassArgument()
72
72
| Property | Name | Groups | Options |
73
73
+---------------+--------------------------------------------------+---------+------------------------------------------------------------+
74
74
| firstArgument | Symfony\Component\Validator\Constraints\NotBlank | Default | [ |
75
- | | | | "message" => "This value should not be blank.", |
76
75
| | | | "allowNull" => false, |
76
+ | | | | "message" => "This value should not be blank.", |
77
77
| | | | "normalizer" => null, |
78
78
| | | | "payload" => null |
79
79
| | | | ] |
@@ -133,8 +133,8 @@ public function testOutputWithPathArgument()
133
133
| Property | Name | Groups | Options |
134
134
+---------------+--------------------------------------------------+---------+------------------------------------------------------------+
135
135
| firstArgument | Symfony\Component\Validator\Constraints\NotBlank | Default | [ |
136
- | | | | "message" => "This value should not be blank.", |
137
136
| | | | "allowNull" => false, |
137
+ | | | | "message" => "This value should not be blank.", |
138
138
| | | | "normalizer" => null, |
139
139
| | | | "payload" => null |
140
140
| | | | ] |
@@ -153,8 +153,8 @@ public function testOutputWithPathArgument()
153
153
| Property | Name | Groups | Options |
154
154
+---------------+--------------------------------------------------+---------+------------------------------------------------------------+
155
155
| firstArgument | Symfony\Component\Validator\Constraints\NotBlank | Default | [ |
156
- | | | | "message" => "This value should not be blank.", |
157
156
| | | | "allowNull" => false, |
157
+ | | | | "message" => "This value should not be blank.", |
158
158
| | | | "normalizer" => null, |
159
159
| | | | "payload" => null |
160
160
| | | | ] |
0 commit comments