[HttpKernel] fixed some phpdoc

This commit is contained in:
Fabien Potencier 2010-08-09 15:07:40 +02:00
parent 2f84c280d0
commit 5c4b891812
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ use Symfony\Components\HttpKernel\HttpKernelInterface;
*/
/**
* WebDebugToolbarListener.
* WebDebugToolbarListener injects the Web Debug Toolbar.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/

View File

@ -16,7 +16,7 @@ use Symfony\Components\HttpFoundation\Response;
*/
/**
* ResponseListener.
* ResponseListener fixes the Response Content-Type.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/