Skip to content

Commit

Permalink
Merge branch '2.8' into 3.4
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nicolas-grekas committed Sep 2, 2018
2 parents 5a9ca50 + a73d408 commit 5e1a426
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions ConstraintViolationInterface.php
Expand Up @@ -19,11 +19,9 @@
* element in the validation graph and the root element that was originally
* passed to the validator. For example, take the following graph:
*
* <pre>
* (Person)---(firstName: string)
* \
* (address: Address)---(street: string)
* </pre>
* (Person)---(firstName: string)
* \
* (address: Address)---(street: string)
*
* If the <tt>Person</tt> object is validated and validation fails for the
* "firstName" property, the generated violation has the <tt>Person</tt>
Expand Down

0 comments on commit 5e1a426

Please sign in to comment.