Skip to content

Commit d14cca5

Browse files
committed
Fix indention
1 parent e58b555 commit d14cca5

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)