We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0155c14 commit eccb28cCopy full SHA for eccb28c
src/Entity/LabelSpecification.php
@@ -6,7 +6,7 @@ class LabelSpecification
6
{
7
private LabelImageFormat $labelImageFormat;
8
private LabelStockSize $labelStockSize;
9
- private ?string $httpUserAgent;
+ private string $httpUserAgent = "";
10
11
public function setLabelImageFormat(LabelImageFormat $labelImageFormat): self
12
0 commit comments