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