| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class ShellBusinessFactory extends AbstractBusinessFactory |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @return \Nexus\Shell\Business\Model\ShellProvider |
||
| 17 | */ |
||
| 18 | 1 | public function createShellProvider(): ShellProviderInterface |
|
| 22 | ); |
||
| 23 | } |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @return \Nexus\Shell\Business\Model\Executor\ExecutorInterface |
||
| 27 | */ |
||
| 28 | 1 | public function createExecutor() : ExecutorInterface |
|
| 31 | } |
||
| 32 | } |