Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 98e00bd

Browse files
master Fix invalid variant value
1 parent de45387 commit 98e00bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Scraper/Application/VariantGenerator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function getId($type = null)
3333
}
3434

3535
if (empty($this->configPerField) || !$this->allFieldsFound) {
36-
return null;
36+
return '';
3737
}
3838

3939
sort($this->configPerField);

0 commit comments

Comments
 (0)