Completed
Pull Request — master (#19)
by Tomas
03:41
created
src/Dispatcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
     public function handle()
91 91
     {
92 92
         try {
93
-            $this->driver->wait(function (MessageInterface $message) {
93
+            $this->driver->wait(function(MessageInterface $message) {
94 94
                 $this->log(
95 95
                     LogLevel::INFO,
96 96
                     "Start handle message #{$message->getId()} ({$message->getType()})",
Please login to merge, or discard this patch.