stockConfiguration = $stockConfiguration; } /** * {@inheritdoc} */ public function getValue($name) { $value= $this->stockConfiguration->getDefaultConfigValue($name); return is_numeric($value) ? (float)$value : $value; } }