Skip to content

Duplicate assignment #719

Open
Open
@defaultpage

Description

@defaultpage

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) {
        ...
    }

The file history: 8e5967b 98a0c2d 1b49791

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions