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

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