1 | <?php |
||
8 | class PosGateway extends Wechat |
||
9 | { |
||
10 | /** |
||
11 | * [getTradeType description]. |
||
12 | * |
||
13 | * @author yansongda <[email protected]> |
||
14 | * |
||
15 | * @version 2017-08-15 |
||
16 | * |
||
17 | * @return [type] [description] |
||
|
|||
18 | */ |
||
19 | public function getTradeType() |
||
23 | |||
24 | public function pay(array $config_biz = []) |
||
28 | } |
||
29 |
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.