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

@ -86,7 +86,7 @@ abstract class AbstractCompany extends AbstractPartsContainingDBElement
protected string $comment = '';
/**
* @var string
* @var string The link to the website of an article. Use %PARTNUMBER% as placeholder for the part number.
*/
#[ORM\Column(type: Types::STRING)]
protected string $auto_product_url = '';