Passed
Push — master ( 8c0f69...80463e )
by mingyoung
02:08
created
src/Kernel/AccessToken.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
             'appsecret' => $this->app['config']->get('app_secret'),
76 76
         ]]);
77 77
 
78
-        return tap($this->castResponseToType($response, 'array'), function ($value) {
78
+        return tap($this->castResponseToType($response, 'array'), function($value) {
79 79
             if (0 !== $value['errcode']) {
80 80
                 throw new InvalidCredentialsException(json_encode($value));
81 81
             }
Please login to merge, or discard this patch.