Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 6 |
Lines | 10 |
Ratio | 100 % |
Changes | 0 |
1 | <?php |
||
49 | View Code Duplication | public function pay(array $config_biz = []) |
|
1 ignored issue
–
show
|
|||
50 | { |
||
51 | $config_biz['product_code'] = $this->getPayProductCode(); |
||
52 | |||
53 | $this->config['method'] = $this->getPayMethod(); |
||
54 | $this->config['biz_content'] = json_encode($config_biz, JSON_UNESCAPED_UNICODE); |
||
55 | $this->config['sign'] = $this->getSign(); |
||
56 | |||
57 | return http_build_query($this->config); |
||
58 | } |
||
59 | } |
||
60 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.