@@ -206,7 +206,7 @@ |
||
206 | 206 | $attributeValues[$attribute->getAttributeId()][$option['label']] = $option['value']; |
207 | 207 | } |
208 | 208 | if (isset($attributeValues[$attribute->getAttributeId()][$this->optionLabel->getLabel()])) { |
209 | - return (int)$attributeValues[$attribute->getAttributeId()][$this->optionLabel->getLabel()]; |
|
209 | + return (int) $attributeValues[$attribute->getAttributeId()][$this->optionLabel->getLabel()]; |
|
210 | 210 | } |
211 | 211 | |
212 | 212 | throw new \RuntimeException('Error building option'); |