Completed
Push — master ( 382c3e...13cabb )
by lan tian
9s
created
src/phpsms/Sms.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -278,7 +278,7 @@  discard block
 block discarded – undo
278 278
      * Pull the value out of the specified array by key.
279 279
      *
280 280
      * @param array      $options
281
-     * @param int|string $key
281
+     * @param string $key
282 282
      *
283 283
      * @return mixed
284 284
      */
@@ -665,7 +665,7 @@  discard block
 block discarded – undo
665 665
     /**
666 666
      * Serialize magic method.
667 667
      *
668
-     * @return array
668
+     * @return string[]
669 669
      */
670 670
     public function __sleep()
671 671
     {
Please login to merge, or discard this patch.