[HttpKernel] fixed phpdoc

This commit is contained in:
Fabien Potencier 2011-01-27 15:04:19 +01:00
parent 532bbbde30
commit 02820a5a56
2 changed files with 0 additions and 10 deletions

View File

@ -84,11 +84,6 @@ abstract class Kernel implements KernelInterface
/**
* Boots the current kernel.
*
* This method boots the bundles, which MUST set
* the DI container.
*
* @throws \LogicException When the Kernel is already booted
*/
public function boot()
{

View File

@ -50,11 +50,6 @@ interface KernelInterface extends HttpKernelInterface, \Serializable
/**
* Boots the current kernel.
*
* This method boots the bundles, which MUST set
* the DI container.
*
* @throws \LogicException When the Kernel is already booted
*/
function boot();