Completed
Push — master ( 7608d5...c7e8fc )
by Jan
04:19
created
src/Entity/PriceInformations/Pricedetail.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,6 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
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.