Skip to content

Commit c5865ca

Browse files
committed
minor #11738 Fix indention (OskarStark)
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
2 parents 7780a7e + d14cca5 commit c5865ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/validator/resources.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ prefixed classes included in doc block comments (``/** ... */``). For example::
100100
class User
101101
{
102102
/**
103-
* @Assert\NotBlank
104-
*/
103+
* @Assert\NotBlank
104+
*/
105105
protected $name;
106106
}
107107

0 commit comments

Comments
 (0)