chore: cleanup

This commit is contained in:
Björn Fromme
2026-03-16 11:59:12 +01:00
parent 61447ced4f
commit 502b121e43
10 changed files with 5 additions and 333 deletions
+1 -13
View File
@@ -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
{