docs: add inline documentation where missing

This commit is contained in:
Björn Fromme
2026-03-16 12:01:09 +01:00
parent 2fe9185a6f
commit ea1ce4a029
18 changed files with 150 additions and 0 deletions
@@ -4,6 +4,13 @@ declare(strict_types=1);
namespace App\BusProNet\DataProcessor;
/**
* Transforms raw pickup planning data into structured travel-indexed pickup information.
*
* Processes JSON payload from the CMS pickup planning endpoint, filtering for outbound
* trips (HIN direction) and grouping pickups by travel code. Each pickup includes city,
* location, and datetime, sorted chronologically per travel code.
*/
class PickupPlanningTransformer
{
/**