Skip to content

Commit 07c00fc

Browse files
committed
Merge branch '3.4' into 4.1
* 3.4: Use the real image URL for the filesystem tests [Finder] Update PHPdoc append() [DI] Fix phpdoc Fix code examples in PHPDoc [HttpKernel] Fix inheritdocs bumped Symfony version to 3.4.16 updated VERSION for 3.4.15 updated CHANGELOG for 3.4.15
2 parents 92646dd + 5e1a426 commit 07c00fc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

ConstraintViolationInterface.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@
1919
* element in the validation graph and the root element that was originally
2020
* passed to the validator. For example, take the following graph:
2121
*
22-
* <pre>
23-
* (Person)---(firstName: string)
24-
* \
25-
* (address: Address)---(street: string)
26-
* </pre>
22+
* (Person)---(firstName: string)
23+
* \
24+
* (address: Address)---(street: string)
2725
*
2826
* If the <tt>Person</tt> object is validated and validation fails for the
2927
* "firstName" property, the generated violation has the <tt>Person</tt>

0 commit comments

Comments
 (0)