We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c219201 commit a3d2a97Copy full SHA for a3d2a97
src/SelectboxItem.php
@@ -10,7 +10,7 @@ final class SelectboxItem
10
public function __construct(
11
private int|string $id,
12
private string $name,
13
- private int|string |null $parentId = null
+ private int|string |null $parentId = null,
14
) {
15
}
16
src/SelectboxTree.php
@@ -102,7 +102,7 @@ public function setNameFormatter(NameFormatter $nameFormatter): void
102
private function serializeCategoriesToSelectbox(
103
?array $categories,
104
int $level = 0,
105
- int|string |null $parent = null
+ int|string |null $parent = null,
106
): array {
107
static $usedIds = [];
108
0 commit comments