We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f0d4f commit 179dd51Copy full SHA for 179dd51
src/product/TariffTypeDefinitionInterface.php
@@ -24,5 +24,5 @@ public function setPricesSuggester(string $suggesterClass): self;
24
*/
25
public function withPrices(): PriceTypeDefinitionCollectionInterface;
26
27
- public function end(): static;
+ public function end(): self;
28
}
0 commit comments