mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-21 03:14:52 +02:00
Applied rector with PHP8.1 migration rules
This commit is contained in:
parent
dc6a67c2f0
commit
7ee01d9a05
303 changed files with 1228 additions and 3465 deletions
|
@ -153,7 +153,6 @@ trait InstockTrait
|
|||
|
||||
/**
|
||||
* Returns true, if the total instock amount of this part is less than the minimum amount.
|
||||
* @return bool
|
||||
*/
|
||||
public function isNotEnoughInstock(): bool
|
||||
{
|
||||
|
@ -204,7 +203,6 @@ trait InstockTrait
|
|||
|
||||
/**
|
||||
* Returns the summed amount of all part lots that are expired. If no part lots are expired 0 is returned.
|
||||
* @return float
|
||||
*/
|
||||
public function getExpiredAmountSum(): float
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue