Completed
Pull Request — master (#176)
by ru cheng
02:33
created
src/Wechat/Messages/BaseMessage.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
     /**
81 81
      * 生成用于回复的数据
82 82
      *
83
-     * @return array
83
+     * @return string
84 84
      */
85 85
     public function buildForReply()
86 86
     {
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
     /**
139 139
      * 生成通过群发预览的数据
140 140
      *
141
-     * @param $type
141
+     * @param string $type
142 142
      *
143 143
      * @return array
144 144
      *
Please login to merge, or discard this patch.