Completed
Push — master ( 09c178...97031f )
by mingyoung
03:36
created
src/Conversation/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
             }
95 95
         };
96 96
 
97
-        return tap($client, function ($client) use ($taskId) {
97
+        return tap($client, function($client) use ($taskId) {
98 98
             $client->setTaskId($taskId);
99 99
         });
100 100
     }
Please login to merge, or discard this patch.