Completed
Pull Request — master (#15)
by lan tian
02:34
created
src/phpsms/Sms.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -175,7 +175,7 @@  discard block
 block discarded – undo
175 175
     /**
176 176
      * set content for content sms
177 177
      *
178
-     * @param $content
178
+     * @param string $content
179 179
      *
180 180
      * @return $this
181 181
      */
@@ -301,7 +301,7 @@  discard block
 block discarded – undo
301 301
     /**
302 302
      * get sms data
303 303
      *
304
-     * @return array
304
+     * @return string|null
305 305
      */
306 306
     public function getData()
307 307
     {
@@ -450,7 +450,7 @@  discard block
 block discarded – undo
450 450
      * 从调度配置中拉取指定数据
451 451
      *
452 452
      * @param $options
453
-     * @param $name
453
+     * @param string $name
454 454
      *
455 455
      * @return null|string
456 456
      */
Please login to merge, or discard this patch.