diff --git a/src/Symfony/Component/Intl/NumberFormatter/NumberFormatter.php b/src/Symfony/Component/Intl/NumberFormatter/NumberFormatter.php index b598d49d3e..d726d6436e 100644 --- a/src/Symfony/Component/Intl/NumberFormatter/NumberFormatter.php +++ b/src/Symfony/Component/Intl/NumberFormatter/NumberFormatter.php @@ -639,7 +639,7 @@ class NumberFormatter * Not supported. Set a text attribute. * * @param int $attr An attribute specifier, one of the text attribute constants - * @param int $value The attribute value + * @param string $value The attribute value * * @return bool true on success or false on failure *