Completed
Push — master ( 1063d7...a7489f )
by Laurent
03:16
created
src/AppBundle/Entity/Orders/Orders.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@  discard block
 block discarded – undo
158 158
     /**
159 159
      * Get amount
160 160
      *
161
-     * @return string
161
+     * @return double
162 162
      */
163 163
     public function getAmount()
164 164
     {
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
     /**
182 182
      * Get tva
183 183
      *
184
-     * @return string
184
+     * @return double
185 185
      */
186 186
     public function getTva()
187 187
     {
Please login to merge, or discard this patch.