File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 66use hiqdev \php \billing \product \invoice \InvalidRepresentationException ;
77use hiqdev \php \billing \product \invoice \RepresentationInterface ;
88use hiqdev \php \billing \product \price \PriceTypeDefinition ;
9+ use hiqdev \php \billing \product \quantity \QuantityFormatterInterface ;
910use hiqdev \php \billing \product \quantity \QuantityFormatterNotFoundException ;
1011use hiqdev \php \billing \product \quantity \FractionQuantityData ;
1112use hiqdev \php \billing \product \behavior \BehaviorInterface ;
@@ -67,7 +68,7 @@ public function getRepresentationsByType(string $representationClass): array
6768 public function createQuantityFormatter (
6869 string $ type ,
6970 FractionQuantityData $ data ,
70- ): array {
71+ ): QuantityFormatterInterface {
7172 $ type = $ this ->convertStringTypeToType ($ type );
7273
7374 foreach ($ this ->priceTypes () as $ priceTypeDefinition ) {
You can’t perform that action at this time.
0 commit comments