Skip to content

Commit 9a5a9e6

Browse files
committed
Apply fixes from StyleCI
1 parent e569659 commit 9a5a9e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/HorizontalFormBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ protected function checkGroup(string $label, string $name, mixed $control): Chec
109109
return $checkGroup;
110110
}
111111

112-
public function radio(string $label, string $name, int|string $value = null): OffsetFormGroup
112+
public function radio(string $label, string $name, int|string|null $value = null): OffsetFormGroup
113113
{
114114
if (is_null($value)) {
115115
$value = $label;

0 commit comments

Comments
 (0)