Total Complexity | 3 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
5 | final class CompanyRegistrationNumber implements CompanyRegistrationNumberInterface |
||
6 | { |
||
7 | 18 | public static function init(string $companyRegistrationNumber): self |
|
10 | } |
||
11 | |||
12 | 18 | public function __construct( |
|
15 | |||
16 | /** |
||
17 | * {@inheritDoc} |
||
18 | */ |
||
19 | 8 | public function getCompanyNumber(): string |
|
24 |