Преглед на файлове

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