@@ -66,6 +66,9 @@ |
||
66 | 66 | |
67 | 67 | protected $ticketCounter = 1; |
68 | 68 | |
69 | + /** |
|
70 | + * @param false $checkedIn |
|
71 | + */ |
|
69 | 72 | protected function createTicket($day, $checkedIn = null, $email = null) |
70 | 73 | { |
71 | 74 | if ($email === null) $email = sprintf('stats.doe.198%[email protected]', $this->ticketCounter); |