diff --git a/components/validator/resources.rst b/components/validator/resources.rst index e6cc02227d1..bbeac55889e 100644 --- a/components/validator/resources.rst +++ b/components/validator/resources.rst @@ -100,8 +100,8 @@ prefixed classes included in doc block comments (``/** ... */``). For example:: class User { /** - * @Assert\NotBlank - */ + * @Assert\NotBlank + */ protected $name; }