Total Complexity | 2 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class Util implements UtilInterface |
||
11 | { |
||
12 | use UtilTrait; |
||
13 | |||
14 | /** |
||
15 | * The constructor |
||
16 | * |
||
17 | * @param TranslatorInterface $trans |
||
18 | * @param InputInterface $input |
||
19 | */ |
||
20 | public function __construct(TranslatorInterface $trans, InputInterface $input) |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * @inheritDoc |
||
28 | */ |
||
29 | public function name(): string |
||
34 |