Skip to content

Commit

Permalink
OrderLoader: Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed Feb 3, 2022
1 parent 717db2c commit def1e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OrderLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
interface OrderLoader
{
/**
* @return array<int, array{id: int, number: string, price: float, date: \DateTime}>
* @return array<int, array{id: int, number: string, price: string, date: \DateTimeImmutable}>
*/
public function getOrders(int $customerId): array;
}

0 comments on commit def1e92

Please # to comment.