Completed
Push — master ( 428142...9f94b9 )
by Andrii
02:14
created
src/charge/AggregatorInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.