chore: remove redundant instance check flagged by phpstan

This commit is contained in:
Björn Fromme
2026-05-28 15:49:09 +02:00
parent 4ec1935eef
commit f023bd9772
+2 -4
View File
@@ -379,10 +379,8 @@ class BookingDto
}
foreach ($this->participants as $participant) {
if ($participant instanceof ParticipantDto) {
// Temporary cleanup for older serialized participants restored from session.
$participant->normalizeBodyDimensions();
}
// Temporary cleanup for older serialized participants restored from session.
$participant->normalizeBodyDimensions();
}
// Old sessions (before c373a989) still carry a full Travel object;