Skip to content

Commit fc7a812

Browse files
authored
Item: fix wrong parent return field.
1 parent 6f2d1d7 commit fc7a812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SelectboxItem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function __construct(
1616

1717

1818
/**
19-
* @return array{id: int|string, name: string, parentId: int|string|null}
19+
* @return array{id: int|string, name: string, parent: int|string|null}
2020
*/
2121
public function toArray(): array
2222
{

0 commit comments

Comments
 (0)