mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-12 11:24:31 +02:00
Fixed some higher level PHPstan issues.
This commit is contained in:
parent
f2f5e0b76e
commit
3328dd968d
9 changed files with 12 additions and 11 deletions
|
@ -77,7 +77,7 @@ class Pricedetail extends AbstractDBElement implements TimeStampableInterface
|
|||
public const PRICE_PRECISION = 5;
|
||||
|
||||
/**
|
||||
* @var string The price related to the detail. (Given in the selected currency)
|
||||
* @var BigDecimal The price related to the detail. (Given in the selected currency)
|
||||
* @ORM\Column(type="big_decimal", precision=11, scale=5)
|
||||
* @BigDecimalPositive()
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue