Fix for a couple of undefined classes in docblocks

This commit is contained in:
Dave Hulbert 2014-01-10 10:25:45 +00:00 committed by Fabien Potencier
parent 228ef22f32
commit d4e32c62f5
2 changed files with 3 additions and 3 deletions

View File

@ -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
*

View File

@ -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
*