@@ -21,7 +21,7 @@ |
||
21 | 21 | return $this->combinePlugins(); |
22 | 22 | } |
23 | 23 | |
24 | - $typeMethod = Str::camel($params['_type'] ?? 'default').'Plugins'; |
|
24 | + $typeMethod = Str::camel($params['_type'] ?? 'default') . 'Plugins'; |
|
25 | 25 | |
26 | 26 | if (method_exists($this, $typeMethod)) { |
27 | 27 | return $this->{$typeMethod}(); |
@@ -17,7 +17,7 @@ |
||
17 | 17 | */ |
18 | 18 | public function getPlugins(array $params): array |
19 | 19 | { |
20 | - $typeMethod = Str::camel($params['_type'] ?? 'default').'Plugins'; |
|
20 | + $typeMethod = Str::camel($params['_type'] ?? 'default') . 'Plugins'; |
|
21 | 21 | |
22 | 22 | if (method_exists($this, $typeMethod)) { |
23 | 23 | return $this->{$typeMethod}(); |
@@ -17,7 +17,7 @@ |
||
17 | 17 | */ |
18 | 18 | public function getPlugins(array $params): array |
19 | 19 | { |
20 | - $typeMethod = Str::camel($params['_type'] ?? 'default').'Plugins'; |
|
20 | + $typeMethod = Str::camel($params['_type'] ?? 'default') . 'Plugins'; |
|
21 | 21 | |
22 | 22 | if (method_exists($this, $typeMethod)) { |
23 | 23 | return $this->{$typeMethod}(); |
@@ -17,7 +17,7 @@ |
||
17 | 17 | */ |
18 | 18 | public function getPlugins(array $params): array |
19 | 19 | { |
20 | - $typeMethod = Str::camel($params['_type'] ?? 'default').'Plugins'; |
|
20 | + $typeMethod = Str::camel($params['_type'] ?? 'default') . 'Plugins'; |
|
21 | 21 | |
22 | 22 | if (method_exists($this, $typeMethod)) { |
23 | 23 | return $this->{$typeMethod}(); |
@@ -17,7 +17,7 @@ |
||
17 | 17 | */ |
18 | 18 | public function getPlugins(array $params): array |
19 | 19 | { |
20 | - $typeMethod = Str::camel($params['_type'] ?? 'default').'Plugins'; |
|
20 | + $typeMethod = Str::camel($params['_type'] ?? 'default') . 'Plugins'; |
|
21 | 21 | |
22 | 22 | if (method_exists($this, $typeMethod)) { |
23 | 23 | return $this->{$typeMethod}(); |
@@ -21,7 +21,7 @@ |
||
21 | 21 | return $this->combinePlugins(); |
22 | 22 | } |
23 | 23 | |
24 | - $typeMethod = Str::camel($params['_type'] ?? 'default').'Plugins'; |
|
24 | + $typeMethod = Str::camel($params['_type'] ?? 'default') . 'Plugins'; |
|
25 | 25 | |
26 | 26 | if (method_exists($this, $typeMethod)) { |
27 | 27 | return $this->{$typeMethod}(); |
@@ -39,8 +39,8 @@ discard block |
||
39 | 39 | |
40 | 40 | $payload->forget('batch_id'); |
41 | 41 | |
42 | - return 'v3/transfer/batches/batch-id/'.$batchId. |
|
43 | - '?'.$payload->query(); |
|
42 | + return 'v3/transfer/batches/batch-id/' . $batchId . |
|
43 | + '?' . $payload->query(); |
|
44 | 44 | } |
45 | 45 | |
46 | 46 | /** |
@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | |
59 | 59 | $payload->forget('batch_id'); |
60 | 60 | |
61 | - return 'v3/partner-transfer/batches/batch-id/'.$batchId. |
|
62 | - '?'.$payload->query(); |
|
61 | + return 'v3/partner-transfer/batches/batch-id/' . $batchId . |
|
62 | + '?' . $payload->query(); |
|
63 | 63 | } |
64 | 64 | } |
@@ -39,8 +39,8 @@ discard block |
||
39 | 39 | |
40 | 40 | $payload->forget('out_batch_no'); |
41 | 41 | |
42 | - return 'v3/transfer/batches/out-batch-no/'.$outBatchNo. |
|
43 | - '?'.$payload->query(); |
|
42 | + return 'v3/transfer/batches/out-batch-no/' . $outBatchNo . |
|
43 | + '?' . $payload->query(); |
|
44 | 44 | } |
45 | 45 | |
46 | 46 | /** |
@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | |
59 | 59 | $payload->forget('out_batch_no'); |
60 | 60 | |
61 | - return 'v3/partner-transfer/batches/out-batch-no/'.$outBatchNo. |
|
62 | - '?'.$payload->query(); |
|
61 | + return 'v3/partner-transfer/batches/out-batch-no/' . $outBatchNo . |
|
62 | + '?' . $payload->query(); |
|
63 | 63 | } |
64 | 64 | } |