Passed
Push — develop ( 176838...c67b25 )
by mingyoung
01:40
created
src/Message/ServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,11 +23,11 @@
 block discarded – undo
23 23
 {
24 24
     public function register(Container $app)
25 25
     {
26
-        $app['message'] = function ($app) {
26
+        $app['message'] = function($app) {
27 27
             return new Client($app);
28 28
         };
29 29
 
30
-        $app['async_message'] = function ($app) {
30
+        $app['async_message'] = function($app) {
31 31
             return new AsyncClient($app);
32 32
         };
33 33
     }
Please login to merge, or discard this patch.