Completed
Pull Request — master (#17)
by lan tian
08:01
created
src/phpsms/Sms.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
 
156 156
     /**
157 157
      * set content for content sms
158
-     * @param $content
158
+     * @param string $content
159 159
      *
160 160
      * @return $this
161 161
      */
@@ -268,7 +268,7 @@  discard block
 block discarded – undo
268 268
 
269 269
     /**
270 270
      * get sms data
271
-     * @return array
271
+     * @return string|null
272 272
      */
273 273
     public function getData()
274 274
     {
Please login to merge, or discard this patch.