[HttpFoundation] fixed phpdoc

This commit is contained in:
Fabien Potencier 2010-07-10 14:12:18 +02:00
parent 437559491f
commit 91eafc4b17
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ class CacheControl
/**
* Constructor.
*
* @param Symfony\Components\HttpKernel\HeaderBag $bag A HeaderBag instance
* @param Symfony\Components\HttpFoundation\HeaderBag $bag A HeaderBag instance
* @param string $header The value of the Cache-Control HTTP header
* @param string $type The type (null, request, or response)
*/

View File

@ -147,7 +147,7 @@ class HeaderBag
/**
* Returns an instance able to manage the Cache-Control header.
*
* @return Symfony\Components\HttpKernel\Cache\CacheControl A CacheControl instance
* @return Symfony\Components\HttpFoundation\Cache\CacheControl A CacheControl instance
*/
public function getCacheControl()
{