Ignore phpstan issue

This commit is contained in:
Jan Böhmer 2025-05-18 22:54:03 +02:00
parent 4ce1de079e
commit 00da2dedc3

View file

@ -318,6 +318,7 @@ abstract class AbstractStructuralDBElement extends AttachmentContainingDBElement
return new ArrayCollection();
}
//@phpstan-ignore-next-line
return $this->children ?? new ArrayCollection();
}