Skip to content

Commit cccead7

Browse files
committed
fix contract
1 parent 1b182ef commit cccead7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Internal/Dto/ItemDtoInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ interface ItemDtoInterface extends Countable
1414
*/
1515
public function getItems(): array;
1616

17-
public function count(): int;
18-
1917
public function getPricePerItem(): int|string|null;
2018

2119
public function getProduct(): ProductInterface;

0 commit comments

Comments
 (0)