diff --git a/src/Symfony/Component/HttpKernel/Bundle/BundleInterface.php b/src/Symfony/Component/HttpKernel/Bundle/BundleInterface.php index 4f6c9a36a4..3203d84a2d 100644 --- a/src/Symfony/Component/HttpKernel/Bundle/BundleInterface.php +++ b/src/Symfony/Component/HttpKernel/Bundle/BundleInterface.php @@ -61,7 +61,7 @@ interface BundleInterface extends ContainerAwareInterface /** * Returns the bundle name that this bundle overrides. * - * Despite the method name, there is no parent/child relationship + * Despite its name, this method does not imply any parent/child relationship * between the bundles, just a way to extend and override an existing * bundle. *