Skip to content

Commit b447b5b

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: Fix indention
2 parents ee191a6 + c5865ca commit b447b5b

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)