chore: cgl cleanup

This commit is contained in:
Björn Fromme
2026-04-16 13:34:54 +02:00
parent c0cc183c59
commit a927d6bf59
26 changed files with 45 additions and 66 deletions
-6
View File
@@ -26,8 +26,6 @@ class ParticipantCardAssembler
/**
* Get card data for a single participant.
*
* @return ParticipantCardDataDto
*/
public function getCardData(BookingDto $bookingDto, int $index): ParticipantCardDataDto
{
@@ -124,8 +122,6 @@ class ParticipantCardAssembler
*
* Returns a dash marker when the price is zero and no room is assigned,
* indicating incomplete configuration rather than a zero-cost booking.
*
* @return ParticipantCardPriceDto
*/
private function getPriceData(BookingDto $bookingDto, int $index): ParticipantCardPriceDto
{
@@ -169,8 +165,6 @@ class ParticipantCardAssembler
/**
* Get card data for a single participant with validation state.
*
* @return ParticipantCardDataDto
*/
public function getCardDataWithValidation(BookingDto $bookingDto, int $index): ParticipantCardDataDto
{