[HttpKernel] fixed DocBlocks

This commit is contained in:
vagrant 2011-12-06 11:38:33 -08:00
parent 2a61714df6
commit 9f4391f9a1
3 changed files with 3 additions and 9 deletions

View File

@ -217,9 +217,7 @@ class HttpCache implements HttpKernelInterface, TerminableInterface
}
/**
* Terminates a request/response cycle.
*
* Should be called after sending the response and before shutting down the kernel.
* {@inheritdoc}
*
* @api
*/

View File

@ -80,9 +80,7 @@ class HttpKernel implements HttpKernelInterface, TerminableInterface
}
/**
* Terminates a request/response cycle.
*
* Should be called after sending the response and before shutting down the kernel.
* {@inheritdoc}
*
* @api
*/

View File

@ -135,9 +135,7 @@ abstract class Kernel implements KernelInterface, TerminableInterface
}
/**
* Terminates a request/response cycle.
*
* Should be called after sending the response and before shutting down the kernel.
* {@inheritdoc}
*
* @api
*/