Completed
Pull Request — master (#44)
by lan tian
02:19
created
src/phpsms/Sms.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -194,7 +194,7 @@  discard block
 block discarded – undo
194 194
     /**
195 195
      * set content for content sms
196 196
      *
197
-     * @param $content
197
+     * @param string $content
198 198
      *
199 199
      * @return $this
200 200
      */
@@ -683,7 +683,7 @@  discard block
 block discarded – undo
683 683
      * serialize magic method
684 684
      * store current sms instance status
685 685
      *
686
-     * @return array
686
+     * @return string[]
687 687
      */
688 688
     public function __sleep()
689 689
     {
@@ -762,7 +762,7 @@  discard block
 block discarded – undo
762 762
      * serialize character value of a array and replace it
763 763
      *
764 764
      * @param array $options
765
-     * @param       $key
765
+     * @param       string $key
766 766
      */
767 767
     protected static function serializeAndReplace(array &$options, $key)
768 768
     {
@@ -776,7 +776,7 @@  discard block
 block discarded – undo
776 776
      * unserialize character value of a array and replace it
777 777
      *
778 778
      * @param array $options
779
-     * @param       $key
779
+     * @param       string $key
780 780
      */
781 781
     protected static function unserializeAndReplace(array &$options, $key)
782 782
     {
Please login to merge, or discard this patch.