소스 검색

fix phpdoc statement of getAlias()

lsmith77 12 년 전
부모
커밋
d4a78a21de
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Component/DependencyInjection/ContainerBuilder.php

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

@@ -548,7 +548,7 @@ class ContainerBuilder extends Container implements TaggedContainerInterface
      *
      * @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
      *