Explorar o código

Merge remote branch 'ornicar/removeMethodVisibilityInBundleInterface'

* ornicar/removeMethodVisibilityInBundleInterface:
  [HttpKernel] Remove method visibility in BundleInterface
Fabien Potencier %!s(int64=14) %!d(string=hai) anos
pai
achega
9e2262e6a4

+ 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.