Duplicate assignment in lines `83` and `85` of the [CatalogService.php](/rackspace/php-opencloud/blob/working/lib/OpenCloud/Common/Service/CatalogService.php#L83-L85) file: ```php $this->name = $name ? : static::DEFAULT_NAME; $this->region = $region; $this->region = $region; if ($this->regionless !== true && !$this->region) { ... } ``` The file history: 8e5967b9541d41ac62779ae2dd29b42e60441674 98a0c2da0ba1fcbd5356da94a47778e55c84fe3a 1b49791aed8d1d18b7dc301906cd5bbbe8e1abd3
Duplicate assignment in lines
83and85of the CatalogService.php file:The file history: 8e5967b 98a0c2d 1b49791