Passed
Push — master ( 34d692...c72cb1 )
by Carlos
04:14
created
src/Payment/Transfer/Client.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     public function toBalance(array $params)
49 49
     {
50 50
         $base = [
51
-        	'appid' => null,
51
+            'appid' => null,
52 52
             'mch_id' => null,
53 53
             'mchid' => $this->app['config']->mch_id,
54 54
             'mch_appid' => $this->app['config']->app_id,
Please login to merge, or discard this patch.