[HttpKernel] tweaked a phpdoc

This commit is contained in:
Fabien Potencier 2012-07-10 16:40:07 +02:00
parent 97b2256b69
commit e83c1a590a

View File

@ -61,7 +61,7 @@ interface BundleInterface extends ContainerAwareInterface
/** /**
* Returns the bundle name that this bundle overrides. * 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 * between the bundles, just a way to extend and override an existing
* bundle. * bundle.
* *