File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 88use hiqdev \php \billing \product \invoice \InvalidRepresentationException ;
99use hiqdev \php \billing \product \invoice \RepresentationInterface ;
1010use hiqdev \php \billing \product \price \PriceTypeDefinition ;
11+ use hiqdev \php \billing \product \price \PriceTypeDefinitionInterface ;
1112use hiqdev \php \billing \product \quantity \QuantityFormatterInterface ;
1213use hiqdev \php \billing \product \quantity \QuantityFormatterNotFoundException ;
1314use hiqdev \php \billing \product \quantity \FractionQuantityData ;
@@ -36,6 +37,10 @@ public function lock(): void
3637 $ this ->locked = true ;
3738 }
3839
40+ /**
41+ * @return \Generator
42+ * @psalm-return \Generator<PriceTypeDefinitionInterface>
43+ */
3944 public function priceTypes (): \Generator
4045 {
4146 foreach ($ this ->tariffTypeDefinitions as $ tariffTypeDefinition ) {
You can’t perform that action at this time.
0 commit comments