Completed
Pull Request — master (#110)
by lan tian
02:40
created
src/phpsms/agents/Agent.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
      * Get or set the configuration information.
57 57
      *
58 58
      * @param string|array $key
59
-     * @param mixed        $value
59
+     * @param boolean        $value
60 60
      * @param bool         $override
61 61
      *
62 62
      * @return mixed
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
      * Get or set the custom params.
75 75
      *
76 76
      * @param string|array $key
77
-     * @param mixed        $value
77
+     * @param boolean        $value
78 78
      * @param bool         $override
79 79
      *
80 80
      * @return mixed
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
     /**
160 160
      * @codeCoverageIgnore
161 161
      *
162
-     * @param       $url
162
+     * @param       string $url
163 163
      * @param array $params
164 164
      * @param array $opts
165 165
      *
Please login to merge, or discard this patch.
src/phpsms/Sms.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -314,7 +314,7 @@  discard block
 block discarded – undo
314 314
      * Set or get the dispatch scheme.
315 315
      *
316 316
      * @param string|array|null      $name
317
-     * @param string|array|bool|null $scheme
317
+     * @param boolean $scheme
318 318
      * @param bool                   $override
319 319
      *
320 320
      * @return mixed
@@ -519,7 +519,7 @@  discard block
 block discarded – undo
519 519
     /**
520 520
      * Set the type of Sms instance.
521 521
      *
522
-     * @param $type
522
+     * @param integer $type
523 523
      *
524 524
      * @throws PhpSmsException
525 525
      *
@@ -772,7 +772,7 @@  discard block
 block discarded – undo
772 772
     /**
773 773
      * Serialize magic method.
774 774
      *
775
-     * @return array
775
+     * @return string[]
776 776
      */
777 777
     public function __sleep()
778 778
     {
Please login to merge, or discard this patch.