chore: code cleanup

This commit is contained in:
Björn Fromme
2025-08-21 14:20:43 +02:00
parent c4e28818e0
commit e36009008c
273 changed files with 547 additions and 531 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ class AvailabilityProcessor
* ...
* ],
* ],
* ]
* ].
*/
public function groupRecords(array $records): array
{
@@ -43,4 +43,4 @@ class AvailabilityProcessor
return $availabilities;
}
}
}
+1 -1
View File
@@ -40,4 +40,4 @@ class PickupResolver
return false;
}
}
}