@@ -17,7 +17,7 @@ |
||
17 | 17 | { |
18 | 18 | /** |
19 | 19 | * Aggregates given charges to Bills. |
20 | - * @param Charge[] $charge array (can be nested) of charges |
|
20 | + * @param Charge[] $charges array (can be nested) of charges |
|
21 | 21 | * @return Bill[] |
22 | 22 | */ |
23 | 23 | public function aggregateCharges(array $charges); |