Skip to content

Commit 86d0ded

Browse files
committed
Remove unused suppress statements
1 parent 51a9224 commit 86d0ded

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/product/price/PriceTypeDefinition.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ public function end()
140140

141141
/**
142142
* @return RepresentationCollection<PriceTypeDefinition>
143-
* @psalm-suppress MoreSpecificReturnType
144-
* @psalm-suppress LessSpecificReturnStatement
145143
* @psalm-suppress LessSpecificImplementedReturnType
146144
*/
147145
public function documentRepresentation()
@@ -177,9 +175,6 @@ public function getUnit(): UnitInterface
177175

178176
/**
179177
* @return BehaviorPriceTypeDefinitionCollection<PriceTypeDefinition>
180-
* @psalm-suppress ImplementedReturnTypeMismatch
181-
* @psalm-suppress MoreSpecificReturnType
182-
* @psalm-suppress LessSpecificReturnStatement
183178
*/
184179
public function withBehaviors()
185180
{

0 commit comments

Comments
 (0)