Преглед изворни кода

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
      *