Completed
Push — master ( 150399...ff4d75 )
by Bram
07:30
created
code/forms/CheckInValidator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
     /**
124 124
      * Translate the given type to a readable message
125 125
      *
126
-     * @param $message string
126
+     * @param string $message string
127 127
      * @param $ticket string
128 128
      *
129 129
      * @return string
Please login to merge, or discard this patch.
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.