-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Labels
breaking-changeThe related changes are breaking for the usersThe related changes are breaking for the users
Milestone
Description
The Tasks and Batches endpoints have missing return types or unresolved TODOs regarding return values.
Files & Actions:
-
src/Endpoints/Tasks.phpall(array $query = []): Resolve the existing TODO (// @todo: must return array<Task>). Ensure it returnsTasksResultsor a strongly typed array.
-
src/Endpoints/Batches.phpget(int $batchUid): Add PHPDoc return type or return aBatchDTO.all(array $query = []): Update to returnBatchesResultsor add explicit PHPDoc.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
breaking-changeThe related changes are breaking for the usersThe related changes are breaking for the users