mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-26 22:05:03 +02:00
Improved typing and phpdoc type annotations
This commit is contained in:
parent
3817ba774d
commit
b7c8ca2a48
39 changed files with 189 additions and 129 deletions
|
@ -63,8 +63,7 @@ trait InstockTrait
|
|||
|
||||
/**
|
||||
* Get all part lots where this part is stored.
|
||||
*
|
||||
* @return PartLot[]|Collection
|
||||
* @phpstan-return Collection<int, PartLot>
|
||||
*/
|
||||
public function getPartLots(): Collection
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue