@@ -126,7 +126,7 @@ discard block |
||
126 | 126 | * {@inheritDoc} |
127 | 127 | * @see \Symfony\Component\Console\Command\Command::execute() |
128 | 128 | */ |
129 | - protected function assertConsistentResume () { |
|
129 | + protected function assertConsistentResume() { |
|
130 | 130 | $storage = StorageFactory::getStorage(); |
131 | 131 | $lastBooking = $storage->retrieveLast(true); |
132 | 132 | if ($lastBooking->getTicketId() !== PauseEntity::PAUSE_TAG_START) { |
@@ -145,7 +145,7 @@ discard block |
||
145 | 145 | * {@inheritDoc} |
146 | 146 | * @see \Symfony\Component\Console\Command\Command::execute() |
147 | 147 | */ |
148 | - protected function assertConsistentPause () { |
|
148 | + protected function assertConsistentPause() { |
|
149 | 149 | $storage = StorageFactory::getStorage(); |
150 | 150 | $lastBooking = $storage->retrieveLast(true); |
151 | 151 | if ($lastBooking->getTicketId() === PauseEntity::PAUSE_TAG_START) { |