diff --git a/src/Symfony/Component/Console/Application.php b/src/Symfony/Component/Console/Application.php index 72a6732997..9412a928fe 100644 --- a/src/Symfony/Component/Console/Application.php +++ b/src/Symfony/Component/Console/Application.php @@ -1088,7 +1088,7 @@ class Application * if nothing is found in $collection, try in $abbrevs * * @param string $name The string - * @param array|Traversable $collection The collection + * @param array|\Traversable $collection The collection * @param array $abbrevs The abbreviations * @param Closure|string|array $callback The callable to transform collection item before comparison * diff --git a/src/Symfony/Component/Intl/DateFormatter/DateFormat/FullTransformer.php b/src/Symfony/Component/Intl/DateFormatter/DateFormat/FullTransformer.php index ca79b66e33..767da7e7c6 100644 --- a/src/Symfony/Component/Intl/DateFormatter/DateFormat/FullTransformer.php +++ b/src/Symfony/Component/Intl/DateFormatter/DateFormat/FullTransformer.php @@ -100,8 +100,8 @@ class FullTransformer /** * Return the formatted ICU value for the matched date characters * - * @param string $dateChars The date characters to be replaced with a formatted ICU value - * @param DateTime $dateTime A DateTime object to be used to generate the formatted value + * @param string $dateChars The date characters to be replaced with a formatted ICU value + * @param \DateTime $dateTime A DateTime object to be used to generate the formatted value * * @return string The formatted value *