@@ -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 |
@@ -188,7 +188,6 @@ |
||
188 | 188 | * in the database, you have to pass the "price_related_quantity" count as $multiplier. |
189 | 189 | * |
190 | 190 | * @return string the price as a bcmath string |
191 | - |
|
192 | 191 | */ |
193 | 192 | public function getPricePerUnit($multiplier = 1.0) : string |
194 | 193 | { |