Passed
Push — master ( 465e97...66bd01 )
by Oleg
04:15
created
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.