Parcourir la source

[HttpKernel] fixed phpdoc

Fabien Potencier il y a 14 ans
Parent
commit
02820a5a56

+ 0 - 5
src/Symfony/Component/HttpKernel/Kernel.php

@@ -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()
     {

+ 0 - 5
src/Symfony/Component/HttpKernel/KernelInterface.php

@@ -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();