Conditions | 2 |
Paths | 2 |
Total Lines | 9 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 4 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
30 | protected function getKernel() |
||
31 | { |
||
32 | $application = $this->getApplication(); |
||
33 | if (!$application instanceof \CLIFramework\Application) { |
||
34 | throw new \RuntimeException('Application should be an instance of \CLIFramework\Application'); |
||
35 | } |
||
36 | |||
37 | return $application->getKernel(); |
||
38 | } |
||
39 | |||
52 |