Completed
Pull Request — master (#35)
by Bernhard
05:33 queued 03:54
created
src/Command/Pause.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -140,13 +140,13 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.