Total Complexity | 2 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
11 | final class CorrectCompanyGenerator implements GreeterGeneratorInterface |
||
12 | { |
||
13 | /** |
||
14 | * @param CustomNameGenerator $nameGenerator This will be automagically resolved. |
||
15 | * See gacela.php in this Feature test. |
||
16 | */ |
||
17 | public function __construct( |
||
20 | } |
||
21 | |||
22 | public function company(string $name): string |
||
29 |