Completed
Pull Request — master (#56)
by lan tian
02:09
created
src/phpsms/Sms.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -676,7 +676,7 @@  discard block
 block discarded – undo
676 676
     /**
677 677
      * Serialize magic method.
678 678
      *
679
-     * @return array
679
+     * @return string[]
680 680
      */
681 681
     public function __sleep()
682 682
     {
@@ -812,7 +812,7 @@  discard block
 block discarded – undo
812 812
      * Deserialize the specified closure and replace the origin value.
813 813
      *
814 814
      * @param array      $options
815
-     * @param int|string $key
815
+     * @param string $key
816 816
      */
817 817
     protected static function deserializeClosureAndReplace(array &$options, $key)
818 818
     {
Please login to merge, or discard this patch.