@@ -41,7 +41,7 @@ discard block |
||
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 |
||
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 |
@@ -257,7 +257,7 @@ |
||
257 | 257 | * @param \Closure $event ['Object', 'method'] or callable |
258 | 258 | * @param int|null $prior priority |
259 | 259 | * |
260 | - * @return boolean|null |
|
260 | + * @return boolean |
|
261 | 261 | * @throws Exception |
262 | 262 | */ |
263 | 263 | protected function addListener($listener, $event, $prior = null) |
@@ -53,7 +53,7 @@ |
||
53 | 53 | } |
54 | 54 | |
55 | 55 | /** |
56 | - * @return bool|int |
|
56 | + * @return integer |
|
57 | 57 | * @throws Exception |
58 | 58 | */ |
59 | 59 | public function getID() |