We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a9224 commit 86d0dedCopy full SHA for 86d0ded
src/product/price/PriceTypeDefinition.php
@@ -140,8 +140,6 @@ public function end()
140
141
/**
142
* @return RepresentationCollection<PriceTypeDefinition>
143
- * @psalm-suppress MoreSpecificReturnType
144
- * @psalm-suppress LessSpecificReturnStatement
145
* @psalm-suppress LessSpecificImplementedReturnType
146
*/
147
public function documentRepresentation()
@@ -177,9 +175,6 @@ public function getUnit(): UnitInterface
177
175
178
176
179
* @return BehaviorPriceTypeDefinitionCollection<PriceTypeDefinition>
180
- * @psalm-suppress ImplementedReturnTypeMismatch
181
182
183
184
public function withBehaviors()
185
{
0 commit comments