amount; } if (is_numeric($value)) { return (float) $value; } throw new InvalidArgumentException("The {$key} attribute must be an float or an instance of Money."); } }