Skip to content

Commit bcbeb4a

Browse files
committed
tests: fixes
1 parent 1a31cb3 commit bcbeb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/GeneratorField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class GeneratorField
1212
public array $dbTypeParams = [];
1313
public array $dbExtraFunctions = [];
1414

15-
public string $htmlType;
15+
public string $htmlType = '';
1616
public array $htmlValues = [];
1717

1818
public string $description;

0 commit comments

Comments
 (0)