rackspace / php-opencloud

The PHP SDK for OpenStack clouds
developer.rackspace.com
Other
451 stars 250 forks source link

Duplicate assignment #719

Open artemmolotov opened 6 years ago

artemmolotov commented 6 years ago

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: 8e5967b9541d41ac62779ae2dd29b42e60441674 98a0c2da0ba1fcbd5356da94a47778e55c84fe3a 1b49791aed8d1d18b7dc301906cd5bbbe8e1abd3