@@ -140,13 +140,13 @@ |
||
140 | 140 | $continuedBooking = new Booking( |
141 | 141 | $lastBooking->getComment(), |
142 | 142 | $lastBooking->getTicketId(), |
143 | - strtotime($pause->getTime())+1 |
|
143 | + strtotime($pause->getTime()) + 1 |
|
144 | 144 | ); |
145 | 145 | $storage->store($continuedBooking); |
146 | 146 | } |
147 | 147 | |
148 | 148 | } catch (\Exception $e) { |
149 | - $output->writeln('<error>' . $e->getMessage() . '</error>'); |
|
149 | + $output->writeln('<error>'.$e->getMessage().'</error>'); |
|
150 | 150 | return 1; |
151 | 151 | } |
152 | 152 |