Fixed static analysis issues.

This commit is contained in:
Jan Böhmer 2023-01-08 18:30:41 +01:00
parent e679317b4b
commit 257c67b6c1
4 changed files with 6 additions and 5 deletions

View file

@ -48,7 +48,7 @@ class ProjectBOMEntry extends AbstractDBElement
use TimestampTrait;
/**
* @var int
* @var float
* @ORM\Column(type="float", name="quantity")
* @Assert\Positive()
*/