fix phpdoc statement of getAlias()

This commit is contained in:
lsmith77 2012-08-03 10:28:07 +02:00
parent 13c60bdeaf
commit d4a78a21de

View File

@ -548,7 +548,7 @@ class ContainerBuilder extends Container implements TaggedContainerInterface
* *
* @param string $id The service identifier * @param string $id The service identifier
* *
* @return string The aliased service identifier * @return Definition A Definition instance
* *
* @throws \InvalidArgumentException if the alias does not exist * @throws \InvalidArgumentException if the alias does not exist
* *