Improved documentation of entity fields

This commit is contained in:
Jan Böhmer 2023-09-17 12:50:32 +02:00
parent 219fbe5fca
commit f01ec9dbe4
13 changed files with 30 additions and 27 deletions

View file

@ -36,7 +36,7 @@ use Symfony\Component\Validator\Constraints as Assert;
trait InstockTrait
{
/**
* @var Collection|PartLot[] A list of part lots where this part is stored
* @var Collection<int, PartLot> A list of part lots where this part is stored
*/
#[Assert\Valid]
#[Groups(['extended', 'full', 'import'])]