Skip to content

Commit a3d2a97

Browse files
committed
Fix coding standard by automatic rules.
1 parent c219201 commit a3d2a97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SelectboxItem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ final class SelectboxItem
1010
public function __construct(
1111
private int|string $id,
1212
private string $name,
13-
private int|string |null $parentId = null
13+
private int|string |null $parentId = null,
1414
) {
1515
}
1616

src/SelectboxTree.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function setNameFormatter(NameFormatter $nameFormatter): void
102102
private function serializeCategoriesToSelectbox(
103103
?array $categories,
104104
int $level = 0,
105-
int|string |null $parent = null
105+
int|string |null $parent = null,
106106
): array {
107107
static $usedIds = [];
108108

0 commit comments

Comments
 (0)