8000 minor #6833 Fixed a syntax issue in custom_constraint article (javier… · symfony/symfony-docs@1293df8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1293df8

Browse files
committed
minor #6833 Fixed a syntax issue in custom_constraint article (javiereguiluz)
This PR was merged into the 2.7 branch. Discussion ---------- Fixed a syntax issue in custom_constraint article Here you can see how the render is broken: http://symfony.com/doc/current/validation/custom_constraint.html#constraint-validators-with-dependencies Commits ------- d0128b0 Fixed a syntax issue in custom_constraint article
2 parents 71ba2f0 + d0128b0 commit 1293df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation/custom_constraint.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Constraint Validators with Dependencies
167167
If your constraint validator has dependencies, such as a database connection,
168168
it will need to be configured as a service in the Dependency Injection
169169
Container. This service must include the ``validator.constraint_validator``
170-
tag so that the validation system knows about it::
170+
tag so that the validation system knows about it:
171171

172172
.. configuration-block::
173173

0 commit comments

Comments
 (0)
0