mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-13 11:54:32 +02:00
Started to increase the phpstan level
This commit is contained in:
parent
71cd4057a7
commit
fc3290271c
29 changed files with 119 additions and 55 deletions
|
@ -38,6 +38,8 @@ use Symfony\Component\Validator\Constraints as Assert;
|
|||
|
||||
/**
|
||||
* This entity describes a currency that can be used for price information.
|
||||
*
|
||||
* @extends AbstractStructuralDBElement<CurrencyAttachment, CurrencyParameter>
|
||||
*/
|
||||
#[UniqueEntity('iso_code')]
|
||||
#[ORM\Entity]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue