Skip to content

Commit 00da2de

Browse files
committed
Ignore phpstan issue
1 parent 4ce1de0 commit 00da2de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Entity/Base/AbstractStructuralDBElement.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ public function getSubelements(): iterable
318318
return new ArrayCollection();
319319
}
320320

321+
//@phpstan-ignore-next-line
321322
return $this->children ?? new ArrayCollection();
322323
}
323324

0 commit comments

Comments
 (0)