Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doctrine] simple_array and json_array #555

Closed
soullivaneuh opened this issue Jul 27, 2015 · 3 comments
Closed

[Doctrine] simple_array and json_array #555

soullivaneuh opened this issue Jul 27, 2015 · 3 comments

Comments

@soullivaneuh
Copy link

For this kind of code:

/**
 * @var string[]
 *
 * @ORM\Column(name="$emails", type="simple_array", nullable=true)
 */
private $emails = null;

The type autocomplete provide only array. simple_array and json_array are missing.

Thanks.

@Haehnchen
Copy link
Owner

\Doctrine\DBAL\Types\JsonArrayType::getName implements \Doctrine\DBAL\Types\Type so i can remove the static internal list. having parser for this know.

Implementation needs to but done in Annotation Plugin.

@soullivaneuh
Copy link
Author

Implementation needs to but done in Annotation Plugin.

It's another external plugin? Do you have the github page of it?

@King2500
Copy link
Contributor

King2500 commented Aug 3, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants