Skip to content

Commit 0df6a11

Browse files
committed
minor #16009 [Validator] Add missing dot (sebpacz)
This PR was merged into the 4.4 branch. Discussion ---------- [Validator] Add missing dot The default NotBlank constraint message ends with a dot. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- bd8f1e3 [Validator] Add missing dot
2 parents b82b0d6 + bd8f1e3 commit 0df6a11

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)