فهرست منبع

[FrameworkBundle] added return type for getContainer()

Robert Gruendler 13 سال پیش
والد
کامیت
40e5b609b2
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/Symfony/Bundle/FrameworkBundle/Command/ContainerAwareCommand.php

+ 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) {