Passed
Push — master ( a6726c...8bb138 )
by Oleg
05:01
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.
Micro.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -257,7 +257,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
web/User.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-     * @return bool|int
56
+     * @return integer
57 57
      * @throws Exception
58 58
      */
59 59
     public function getID()
Please login to merge, or discard this patch.