Skip to content

Commit 0935447

Browse files
committed
Coding standard
1 parent 8ca67b0 commit 0935447

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/SelectboxTree.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ private function serializeCategoriesToSelectbox(
101101
?array $categories,
102102
int $level = 0,
103103
int|string |null $parent = null
104-
): array
105-
{
104+
): array {
106105
static $usedIds = [];
107106

108107
if ($level === 0) {

0 commit comments

Comments
 (0)