Passed
Push — master ( 08919b...7317a9 )
by Oleg
04:28
created
web/Cookie.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
      *
42 42
      * @param string $name cookie name
43 43
      *
44
-     * @return mixed|bool
44
+     * @return boolean
45 45
      */
46 46
     public function get($name)
47 47
     {
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
      * @access public
98 98
      *
99 99
      * @param string $name cookie name
100
-     * @param mixed $value data value
100
+     * @param boolean $value data value
101 101
      * @param int $expire life time
102 102
      * @param string $path path access cookie
103 103
      * @param string $domain domain access cookie
Please login to merge, or discard this patch.