Преглед на файлове

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.