| Total Complexity | 1 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | #[Attribute(Attribute::TARGET_PARAMETER), Qualifier] |
||
| 10 | final class Set |
||
| 11 | { |
||
| 12 | /** @var ""|class-string */ |
||
|
|
|||
| 13 | public $interface; |
||
| 14 | |||
| 15 | /** @var string */ |
||
| 16 | public $name; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @param ""|class-string $interface |
||
| 20 | */ |
||
| 21 | public function __construct(string $interface, string $name = '') |
||
| 27 |