Completed
Pull Request — master (#44)
by lan tian
02:18
created
src/phpsms/Sms.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
     /**
193 193
      * set content for content sms
194 194
      *
195
-     * @param $content
195
+     * @param string $content
196 196
      *
197 197
      * @return $this
198 198
      */
@@ -681,7 +681,7 @@  discard block
 block discarded – undo
681 681
      * serialize magic method
682 682
      * store current sms instance status
683 683
      *
684
-     * @return array
684
+     * @return string[]
685 685
      */
686 686
     public function __sleep()
687 687
     {
Please login to merge, or discard this patch.