Completed
Push — master ( c3ef57...f7ee5f )
by Oleg
03:09
created
micro/Micro.php 1 patch
Doc Comments   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -253,10 +253,10 @@  discard block
 block discarded – undo
253 253
      * @access public
254 254
      *
255 255
      * @param string $listener listener name
256
-     * @param mixed $event ['Object', 'method'] or callable
256
+     * @param \Closure $event ['Object', 'method'] or callable
257 257
      * @param int|null $prior priority
258 258
      *
259
-     * @return void
259
+     * @return boolean
260 260
      */
261 261
     protected function addListener($listener, $event, $prior = null)
262 262
     {
@@ -295,7 +295,6 @@  discard block
 block discarded – undo
295 295
      *
296 296
      * @access protected
297 297
      *
298
-     * @param bool|false $isCli CLI or Web
299 298
      *
300 299
      * @return ConsoleResolver|HMVCResolver
301 300
      */
@@ -325,7 +324,7 @@  discard block
 block discarded – undo
325 324
      *
326 325
      * @access public
327 326
      *
328
-     * @return float|null
327
+     * @return double
329 328
      */
330 329
     public function getStartTime()
331 330
     {
Please login to merge, or discard this patch.