Skip to content

Commit

Permalink
Code indent
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Jan 3, 2019
1 parent d46df16 commit 2103ee7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Resources/config/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
WBW\Bundle\EDMBundle\Entity\Document:

constraints:
- Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity:
errorPath: "name"
fields: ["parent", "name", "extension"]
ignoreNull: false
message: "document.uniqueEntity.message"
- Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity:
errorPath: "name"
fields: ["parent", "name", "extension"]
ignoreNull: false
message: "document.uniqueEntity.message"

properties:
name:
- Symfony\Component\Validator\Constraints\NotBlank:
message: "document.name.notBlank.message"
- Symfony\Component\Validator\Constraints\Length:
max: 255
maxMessage: "document.name.length.message"
- Symfony\Component\Validator\Constraints\NotBlank:
message: "document.name.notBlank.message"
- Symfony\Component\Validator\Constraints\Length:
max: 255
maxMessage: "document.name.length.message"

0 comments on commit 2103ee7

Please sign in to comment.