Skip to content

Commit bd8f1e3

Browse files
authored
[Validator] Add missing dot
The default NotBlank constraint message ends with a dot.
1 parent b82b0d6 commit bd8f1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ message:
179179
.. code-block:: text
180180
181181
Object(App\Entity\Author).name:
182-
This value should not be blank
182+
This value should not be blank.
183183
184184
If you insert a value into the ``name`` property, the happy success message
185185
will appear.

0 commit comments

Comments
 (0)