Passed
Push — master ( a1b92d...08919b )
by Oleg
04:43
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.
web/Session.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
      *
76 76
      * @param string $name element name
77 77
      *
78
-     * @return mixed
78
+     * @return boolean
79 79
      */
80 80
     public function __get($name)
81 81
     {
Please login to merge, or discard this patch.