@@ -276,7 +276,7 @@ discard block |
||
| 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 |
||
| 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 | */ |