fix(Comment): Initialize childrenCount as integer

Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
provokateurin 2024-09-15 15:23:10 +02:00 committed by backportbot[bot]
parent f2deb7710a
commit 0a1d9f6df7

View file

@ -16,7 +16,7 @@ class Comment implements IComment {
'id' => '',
'parentId' => '0',
'topmostParentId' => '0',
'childrenCount' => '0',
'childrenCount' => 0,
'message' => '',
'verb' => '',
'actorType' => '',