소스 검색

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