Fixed PHPstan warnings.

This commit is contained in:
Jan Böhmer 2022-03-04 13:22:40 +01:00
parent 4a90f2ac35
commit 15a31433e1
9 changed files with 9 additions and 12 deletions

View file

@ -68,6 +68,7 @@ class Device extends AbstractPartsContainingDBElement
/**
* @ORM\OneToMany(targetEntity="Device", mappedBy="parent")
* @ORM\OrderBy({"name" = "ASC"})
* @var Collection
*/
protected $children;