categorizer = new ConsoleCategorizer; } public function getName(): string { return 'Console'; } protected function shouldSkip(ReleaseContext $context): bool { return $this->categorizer->shouldSkip($context); } protected function categorize(ReleaseContext $context): CategorizationResult { return $this->categorizer->categorize($context); } }