Total Complexity | 2 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | class InputService implements InputServiceInterface |
||
19 | { |
||
20 | /** |
||
21 | * Constructor |
||
22 | */ |
||
23 | public function __construct() |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * Get input |
||
31 | * |
||
32 | * @return string Input string |
||
33 | * @see \Kocuj\Di\Examples\Example1\Lib\InputServiceInterface::getInput() |
||
34 | */ |
||
35 | public function getInput(): string |
||
41 |