@@ -15,6 +15,7 @@ |
||
| 15 | 15 | * |
| 16 | 16 | * @param float $total |
| 17 | 17 | * @param Reservation $reservation |
| 18 | + * @return void |
|
| 18 | 19 | */ |
| 19 | 20 | public function updateTotal(&$total, Reservation $reservation); |
| 20 | 21 | |