Completed
Push — master ( efaae2...d18db4 )
by Bram
06:04
created
code/model/Reservation.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -276,7 +276,7 @@  discard block
 block discarded – undo
276 276
     /**
277 277
      * Get the total by querying the sum of attendee ticket prices
278 278
      *
279
-     * @return float
279
+     * @return string
280 280
      */
281 281
     public function calculateTotal()
282 282
     {
@@ -299,7 +299,7 @@  discard block
 block discarded – undo
299 299
      * Safely change to a state
300 300
      * todo check if state direction matches
301 301
      *
302
-     * @param $state
302
+     * @param string $state
303 303
      *
304 304
      * @return boolean
305 305
      */
Please login to merge, or discard this patch.