File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 6
6
use hiqdev \php \billing \product \invoice \InvalidRepresentationException ;
7
7
use hiqdev \php \billing \product \invoice \RepresentationInterface ;
8
8
use hiqdev \php \billing \product \price \PriceTypeDefinition ;
9
+ use hiqdev \php \billing \product \quantity \QuantityFormatterInterface ;
9
10
use hiqdev \php \billing \product \quantity \QuantityFormatterNotFoundException ;
10
11
use hiqdev \php \billing \product \quantity \FractionQuantityData ;
11
12
use hiqdev \php \billing \product \behavior \BehaviorInterface ;
@@ -67,7 +68,7 @@ public function getRepresentationsByType(string $representationClass): array
67
68
public function createQuantityFormatter (
68
69
string $ type ,
69
70
FractionQuantityData $ data ,
70
- ): array {
71
+ ): QuantityFormatterInterface {
71
72
$ type = $ this ->convertStringTypeToType ($ type );
72
73
73
74
foreach ($ this ->priceTypes () as $ priceTypeDefinition ) {
You can’t perform that action at this time.
0 commit comments