lsmith77 12 лет назад
Родитель
Сommit
4563397c0a
1 измененных файлов с 1 добавлено и 1 удалено
  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
      *
-     * @return Definition A Definition instance
+     * @return Alias An Alias instance
      *
      * @throws \InvalidArgumentException if the alias does not exist
      *