@@ -123,7 +123,7 @@ |
||
| 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 |
@@ -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 | */ |