Skip to content

Commit 8ca67b0

Browse files
committed
Coding standard
1 parent 1162a20 commit 8ca67b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/SelectboxTree.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ public function setNameFormatter(NameFormatter $nameFormatter): void
9898
* @return mixed[][]
9999
*/
100100
private function serializeCategoriesToSelectbox(
101-
?array $categories,
102-
int $level = 0,
103-
int|string |null $parent = null
104-
): array
101+
?array $categories,
102+
int $level = 0,
103+
int|string |null $parent = null
104+
): array
105105
{
106106
static $usedIds = [];
107107

0 commit comments

Comments
 (0)