chore: cleanup
This commit is contained in:
@@ -208,7 +208,7 @@ class ParticipantDto
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated No known usages
|
||||
* Checks if participant status is 'Option' (O).
|
||||
*/
|
||||
public function isOption(): bool
|
||||
{
|
||||
@@ -238,10 +238,6 @@ class ParticipantDto
|
||||
|
||||
/**
|
||||
* Checks if the participant has selected an insurance.
|
||||
*
|
||||
* @return bool True if an insurance is selected
|
||||
*
|
||||
* @deprecated No known usages outside tests
|
||||
*/
|
||||
public function hasInsuranceSelected(): bool
|
||||
{
|
||||
@@ -250,10 +246,6 @@ class ParticipantDto
|
||||
|
||||
/**
|
||||
* Gets the insurance label for display purposes.
|
||||
*
|
||||
* @return string|null The insurance label or null if no insurance selected
|
||||
*
|
||||
* @deprecated No known usages outside tests
|
||||
*/
|
||||
public function getInsuranceLabel(): ?string
|
||||
{
|
||||
@@ -262,10 +254,6 @@ class ParticipantDto
|
||||
|
||||
/**
|
||||
* Gets the insurance price for pricing calculations.
|
||||
*
|
||||
* @return float The insurance price (0.0 if no insurance selected)
|
||||
*
|
||||
* @deprecated No known usages outside tests
|
||||
*/
|
||||
public function getInsurancePrice(): float
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user