mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-25 03:08:51 +02:00
Fixed PHPstan warnings.
This commit is contained in:
parent
4a90f2ac35
commit
15a31433e1
9 changed files with 9 additions and 12 deletions
|
@ -68,6 +68,7 @@ class Device extends AbstractPartsContainingDBElement
|
|||
/**
|
||||
* @ORM\OneToMany(targetEntity="Device", mappedBy="parent")
|
||||
* @ORM\OrderBy({"name" = "ASC"})
|
||||
* @var Collection
|
||||
*/
|
||||
protected $children;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue