Open
Description
Duplicate assignment in lines 83
and 85
of the CatalogService.php file:
$this->name = $name ? : static::DEFAULT_NAME;
$this->region = $region;
$this->region = $region;
if ($this->regionless !== true && !$this->region) {
...
}
Metadata
Metadata
Assignees
Labels
No labels