Completed
Branch master (9a89be)
by light
02:41
created
src/apis/IdCard.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
     /**
24 24
      * 获取身份证信息.
25 25
      *
26
-     * @param string $id_card 身份证号
27 26
      *
28 27
      * @return array
29 28
      */
Please login to merge, or discard this patch.
src/apis/Translate.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -25,9 +25,6 @@
 block discarded – undo
25 25
     /**
26 26
      * 目前词典接口只支持zh和en两种语言
27 27
      *
28
-     * @param string $query 请求的词语或待翻译的内容,UTF-8,urlencode编码
29
-     * @param string $from  源语言语种:语言代码或auto
30
-     * @param string $to    目标语言语种:语言代码或auto
31 28
      *
32 29
      * @return array
33 30
      */
Please login to merge, or discard this patch.