chore: fix phpstan errors
This commit is contained in:
@@ -112,6 +112,7 @@ class BookingParser extends AbstractParser
|
||||
return $booking;
|
||||
}
|
||||
|
||||
/** @return array<int, PersonalData> */
|
||||
private function parseParticipants(Crawler $node): array
|
||||
{
|
||||
$participants = [];
|
||||
|
||||
Reference in New Issue
Block a user