소스 검색

[HttpKernel] Remove method visibility in BundleInterface

ornicar 14 년 전
부모
커밋
5d794cc62a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Component/HttpKernel/Bundle/BundleInterface.php

+ 1 - 1
src/Symfony/Component/HttpKernel/Bundle/BundleInterface.php

@@ -37,7 +37,7 @@ interface BundleInterface
      *
      * @param ContainerBuilder $container A ContainerBuilder instance
      */
-    public function build(ContainerBuilder $container);
+    function build(ContainerBuilder $container);
 
     /**
      * Returns the bundle parent name.