@@ -110,7 +110,6 @@ |
||
110 | 110 | * in the database, you have to pass the "price_related_quantity" count as $multiplier. |
111 | 111 | * |
112 | 112 | * @return float the price as a float number |
113 | - |
|
114 | 113 | */ |
115 | 114 | public function getPricePerUnit(int $multiplier = 1) : float |
116 | 115 | { |
@@ -140,7 +140,6 @@ |
||
140 | 140 | |
141 | 141 | /** |
142 | 142 | * Get the comment of the element. |
143 | - |
|
144 | 143 | * @return string the comment |
145 | 144 | */ |
146 | 145 | public function getComment(): ?string |