Skip to content

Commit 0155c14

Browse files
authored
Update LabelImageFormat.php
1 parent cec3e14 commit 0155c14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Entity/LabelImageFormat.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class LabelImageFormat
1010
public const SPL = "SPL";
1111

1212
private ?string $code;
13-
private ?string $description;
13+
private string $description = "";
1414

1515
public function setCode(string $code): self
1616
{
@@ -50,4 +50,4 @@ public function toArray(): array
5050

5151
return $labelImageFormat;
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)