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