| Total Complexity | 3 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class GroupNamePipe extends AbstractCategorizationPipe |
||
| 13 | { |
||
| 14 | protected int $priority = 5; |
||
| 15 | private GroupNameCategorizer $categorizer; |
||
| 16 | |||
| 17 | public function __construct() |
||
| 20 | } |
||
| 21 | |||
| 22 | public function getName(): string |
||
| 25 | } |
||
| 26 | |||
| 27 | protected function categorize(ReleaseContext $context): CategorizationResult |
||
| 33 |