mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-10 10:24:31 +02:00
Fixed PHPstan issues for level 5.
This commit is contained in:
parent
a9293b7ceb
commit
da72f5b3ec
24 changed files with 87 additions and 49 deletions
|
@ -93,7 +93,7 @@ class Supplier extends Company
|
|||
protected $default_currency;
|
||||
|
||||
/**
|
||||
* @var float|null the shipping costs that have to be paid, when ordering via this supplier
|
||||
* @var string|null the shipping costs that have to be paid, when ordering via this supplier
|
||||
* @ORM\Column(name="shipping_costs", nullable=true, type="decimal", precision=11, scale=5)
|
||||
* @Assert\PositiveOrZero()
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue