| Total Complexity | 1 |
| Total Lines | 8 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | #[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)] |
||
| 14 | final class Sorting implements ApiAttribute |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @param class-string<SortingInterface> $class FQCN of PHP class implementing `SortingInterface` |
||
|
1 ignored issue
–
show
|
|||
| 18 | */ |
||
| 19 | 11 | public function __construct(public readonly string $class) |
|
| 23 |