소스 검색

[HttpKernel] updated bootstrap.php

Fabien Potencier 14 년 전
부모
커밋
f6cd582afc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/Symfony/Component/HttpKernel/bootstrap.php

+ 2 - 2
src/Symfony/Component/HttpKernel/bootstrap.php

@@ -56,8 +56,8 @@ abstract class Bundle extends ContainerAware implements BundleInterface {
         $this->path = dirname($this->reflection->getFilename()); } }
 namespace Symfony\Component\HttpKernel\Bundle;
 interface BundleInterface {
-    public function boot();
-    public function shutdown(); }
+    function boot();
+    function shutdown(); }
 namespace Symfony\Component\HttpKernel\Debug;
 class ErrorHandler {
     protected $levels = array(