@@ -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()
{
@@ -50,11 +50,6 @@ interface KernelInterface extends HttpKernelInterface, \Serializable
function boot();