فهرست منبع

[HttpKernel] fixed phpdoc

Fabien Potencier 14 سال پیش
والد
کامیت
02820a5a56
2فایلهای تغییر یافته به همراه0 افزوده شده و 10 حذف شده
  1. 0 5
      src/Symfony/Component/HttpKernel/Kernel.php
  2. 0 5
      src/Symfony/Component/HttpKernel/KernelInterface.php

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