Parcourir la source

[FrameworkBundle] added return type for getContainer()

Robert Gruendler il y a 13 ans
Parent
commit
40e5b609b2

+ 3 - 0
src/Symfony/Bundle/FrameworkBundle/Command/ContainerAwareCommand.php

@@ -28,6 +28,9 @@ abstract class ContainerAwareCommand extends Command implements ContainerAwareIn
      */
      */
     private $container;
     private $container;
 
 
+    /**
+     * @return ContainerInterface
+     */
     protected function getContainer()
     protected function getContainer()
     {
     {
         if (null === $this->container) {
         if (null === $this->container) {