Sfoglia il codice sorgente

[FrameworkBundle] added return type for getContainer()

Robert Gruendler 13 anni fa
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;
 
+    /**
+     * @return ContainerInterface
+     */
     protected function getContainer()
     {
         if (null === $this->container) {