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 1b182ef commit cccead7Copy full SHA for cccead7
src/Internal/Dto/ItemDtoInterface.php
@@ -14,8 +14,6 @@ interface ItemDtoInterface extends Countable
14
*/
15
public function getItems(): array;
16
17
- public function count(): int;
18
-
19
public function getPricePerItem(): int|string|null;
20
21
public function getProduct(): ProductInterface;
0 commit comments