Skip to content

Commit

Permalink
minor symfony#11738 Fix indention (OskarStark)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.4 branch.

Discussion
----------

Fix indention

<!--

If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/roadmap for the list of maintained branches).

If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).

-->

Commits
-------

d14cca5 Fix indention
  • Loading branch information
javiereguiluz committed Jun 13, 2019
2 parents 7780a7e + d14cca5 commit c5865ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/validator/resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ prefixed classes included in doc block comments (``/** ... */``). For example::
class User
{
/**
* @Assert\NotBlank
*/
* @Assert\NotBlank
*/
protected $name;
}

Expand Down

0 comments on commit c5865ca

Please sign in to comment.