Ver Fonte

Repair @return

Joanhey há 6 anos atrás
pai
commit
2a12a586f7
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Lib/Timer.php

+ 1 - 1
Lib/Timer.php

@@ -81,7 +81,7 @@ class Timer
      * @param callable $func
      * @param mixed    $args
      * @param bool     $persistent
-     * @return int/false
+     * @return int|false
      */
     public static function add($time_interval, $func, $args = array(), $persistent = true)
     {