Completed
Push — master ( 5c19a7...056a25 )
by Jan
04:26
created
src/Entity/Base/StructuralDBElement.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Entity/PriceInformations/Pricedetail.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -188,7 +188,6 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.