Test Setup Failed
Push — master ( bfd797...cb0441 )
by Carlos
02:33
created
src/Payment/Fundflow/Client.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,14 +29,14 @@
 block discarded – undo
29 29
      */
30 30
     public function get(string $date, string $type = 'Basic', $options = [])
31 31
     {
32
-        $params   = [
32
+        $params = [
33 33
             'appid' => $this->app['config']->app_id,
34 34
             'bill_date' => $date,
35 35
             'account_type' => $type,
36 36
             'sign_type' => 'HMAC-SHA256',
37 37
             'nonce_str' => uniqid('micro'),
38 38
         ];
39
-        $options  = array_merge(
39
+        $options = array_merge(
40 40
             [
41 41
                 'cert' => $this->app['config']->get('cert_path'),
42 42
                 'ssl_key' => $this->app['config']->get('key_path'),
Please login to merge, or discard this patch.