Completed
Pull Request — master (#29)
by Aleh
02:51
created
src/Padawan/Command/CliCommand.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,13 +12,16 @@
 block discarded – undo
12 12
         return $this->getApplication()->getContainer();
13 13
     }
14 14
 
15
+    /**
16
+     * @return \Padawan\Domain\Core\Index
17
+     */
15 18
     public function get($name)
16 19
     {
17 20
         return $this->getContainer()->get($name);
18 21
     }
19 22
 
20 23
     /**
21
-     * @return Cli
24
+     * @return \Symfony\Component\Console\Application|null
22 25
      */
23 26
     public function getApplication()
24 27
     {
Please login to merge, or discard this patch.