From ea5fd2cc038725425d42357faa6938bd2712d9fe Mon Sep 17 00:00:00 2001 From: orelus Date: Tue, 30 Oct 2018 15:39:13 +0100 Subject: [PATCH] Change JMS doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44c319f..1a29c54 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ The form type looks by default for the translation of the enum values in the `en // ... /** - * @JMS\Type("gender") + * @JMS\Type("AppBundle\Enum\Gender") */ protected $gender;