mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
DX: improve typing of a property in UserJob
This commit is contained in:
parent
659dff3d2c
commit
51544cfc48
@ -37,7 +37,7 @@ class UserJob
|
||||
protected ?int $id = null;
|
||||
|
||||
/**
|
||||
* @var array|string[]A
|
||||
* @var array<string, string>
|
||||
* @ORM\Column(name="label", type="json")
|
||||
* @Serializer\Groups({"read", "docgen:read"})
|
||||
* @Serializer\Context({"is-translatable": true}, groups={"docgen:read"})
|
||||
|
Loading…
x
Reference in New Issue
Block a user