chore: cgl cleanup
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user