Skip to content

Commit 5e1a426

Browse files
Merge branch '2.8' into 3.4
* 2.8: Use the real image URL for the filesystem tests [Finder] Update PHPdoc append() [DI] Fix phpdoc Fix code examples in PHPDoc [HttpKernel] Fix inheritdocs
2 parents 5a9ca50 + a73d408 commit 5e1a426

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)