Browse Source

corrected phpdoc

lsmith77 12 years ago
parent
commit
4563397c0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Symfony/Component/DependencyInjection/ContainerBuilder.php

+ 1 - 1
src/Symfony/Component/DependencyInjection/ContainerBuilder.php

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