فهرست منبع

Merge remote branch 'ornicar/removeMethodVisibilityInBundleInterface'

* ornicar/removeMethodVisibilityInBundleInterface:
  [HttpKernel] Remove method visibility in BundleInterface
Fabien Potencier 14 سال پیش
والد
کامیت
9e2262e6a4
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.