@@ -12,13 +12,16 @@ |
||
| 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 | { |