Total Complexity | 3 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | final class LabelNameFactory |
||
8 | { |
||
9 | // @codeCoverageIgnoreStart |
||
10 | // phpcs:ignore Squiz.Commenting.FunctionComment.WrongStyle |
||
11 | private function __construct() |
||
13 | } |
||
14 | |||
15 | // @codeCoverageIgnoreEnd |
||
16 | // phpcs:ignore Squiz.Commenting.FunctionComment.WrongStyle |
||
17 | |||
18 | public static function getInstance(string $label): LabelNameInterface |
||
27 |